Channel constructor

Channel({
  1. String? arn,
  2. CdiInputSpecification? cdiInputSpecification,
  3. ChannelClass? channelClass,
  4. List<OutputDestination>? destinations,
  5. List<ChannelEgressEndpoint>? egressEndpoints,
  6. EncoderSettings? encoderSettings,
  7. String? id,
  8. List<InputAttachment>? inputAttachments,
  9. InputSpecification? inputSpecification,
  10. LogLevel? logLevel,
  11. String? name,
  12. List<PipelineDetail>? pipelineDetails,
  13. int? pipelinesRunningCount,
  14. String? roleArn,
  15. ChannelState? state,
  16. Map<String, String>? tags,
})

Implementation

Channel({
  this.arn,
  this.cdiInputSpecification,
  this.channelClass,
  this.destinations,
  this.egressEndpoints,
  this.encoderSettings,
  this.id,
  this.inputAttachments,
  this.inputSpecification,
  this.logLevel,
  this.name,
  this.pipelineDetails,
  this.pipelinesRunningCount,
  this.roleArn,
  this.state,
  this.tags,
});