ChannelSummary constructor
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,
Implementation
ChannelSummary({
this.arn,
this.cdiInputSpecification,
this.channelClass,
this.destinations,
this.egressEndpoints,
this.id,
this.inputAttachments,
this.inputSpecification,
this.logLevel,
this.name,
this.pipelinesRunningCount,
this.roleArn,
this.state,
this.tags,
});