You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaLive::Types::UpdateChannel
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::UpdateChannel
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#cdi_input_specification ⇒ Types::CdiInputSpecification
Specification of CDI inputs for this channel.
-
#destinations ⇒ Array<Types::OutputDestination>
A list of output destinations for this channel.
-
#encoder_settings ⇒ Types::EncoderSettings
The encoder settings for this channel.
-
#input_attachments ⇒ Array<Types::InputAttachment>
-
#input_specification ⇒ Types::InputSpecification
Specification of network and file inputs for this channel.
-
#log_level ⇒ String
The log level to write to CloudWatch Logs.
-
#name ⇒ String
The name of the channel.
-
#role_arn ⇒ String
An optional Amazon Resource Name (ARN) of the role to assume when running the Channel.
Instance Attribute Details
#cdi_input_specification ⇒ Types::CdiInputSpecification
Specification of CDI inputs for this channel
#destinations ⇒ Array<Types::OutputDestination>
A list of output destinations for this channel.
#encoder_settings ⇒ Types::EncoderSettings
The encoder settings for this channel.
#input_attachments ⇒ Array<Types::InputAttachment>
#input_specification ⇒ Types::InputSpecification
Specification of network and file inputs for this channel
#log_level ⇒ String
The log level to write to CloudWatch Logs.
Possible values:
- ERROR
- WARNING
- INFO
- DEBUG
- DISABLED
#name ⇒ String
The name of the channel.
#role_arn ⇒ String
An optional Amazon Resource Name (ARN) of the role to assume when running the Channel. If you do not specify this on an update call but the role was previously set that role will be removed.