ChannelSummary class
Placeholder documentation for ChannelSummary
Constructors
-
ChannelSummary({String? arn, CdiInputSpecification? cdiInputSpecification, ChannelClass? channelClass, List<
OutputDestination> ? destinations, List<ChannelEgressEndpoint> ? egressEndpoints, String? id, List<InputAttachment> ? inputAttachments, InputSpecification? inputSpecification, LogLevel? logLevel, String? name, int? pipelinesRunningCount, String? roleArn, ChannelState? state, Map<String, String> ? tags}) -
ChannelSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The unique arn of the channel.
final
- cdiInputSpecification → CdiInputSpecification?
-
Specification of CDI inputs for this channel
final
- channelClass → ChannelClass?
-
The class for this channel. STANDARD for a channel with two pipelines or
SINGLE_PIPELINE for a channel with one pipeline.
final
-
destinations
→ List<
OutputDestination> ? -
A list of destinations of the channel. For UDP outputs, there is one
destination per output. For other types (HLS, for example), there is
one destination per packager.
final
-
egressEndpoints
→ List<
ChannelEgressEndpoint> ? -
The endpoints where outgoing connections initiate from
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The unique id of the channel.
final
-
inputAttachments
→ List<
InputAttachment> ? -
List of input attachments for channel.
final
- inputSpecification → InputSpecification?
-
Specification of network and file inputs for this channel
final
- logLevel → LogLevel?
-
The log level being written to CloudWatch Logs.
final
- name → String?
-
The name of the channel. (user-mutable)
final
- pipelinesRunningCount → int?
-
The number of currently healthy pipelines.
final
- roleArn → String?
-
The Amazon Resource Name (ARN) of the role assumed when running the Channel.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → ChannelState?
-
final
-
A collection of key-value pairs.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited