You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaLive::Types::CreateChannel
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::CreateChannel
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#cdi_input_specification ⇒ Types::CdiInputSpecification
Specification of CDI inputs for this channel.
-
#channel_class ⇒ String
The class for this channel.
-
#destinations ⇒ Array<Types::OutputDestination>
-
#encoder_settings ⇒ Types::EncoderSettings
Encoder Settings.
-
#input_attachments ⇒ Array<Types::InputAttachment>
List of input attachments for channel.
-
#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
Name of channel.
-
#request_id ⇒ String
Unique request ID to be specified.
-
#reserved ⇒ String
Deprecated field that\'s only usable by whitelisted customers.
-
#role_arn ⇒ String
An optional Amazon Resource Name (ARN) of the role to assume when running the Channel.
-
#tags ⇒ Hash<String,String>
A collection of key-value pairs.
Instance Attribute Details
#cdi_input_specification ⇒ Types::CdiInputSpecification
Specification of CDI inputs for this channel
#channel_class ⇒ String
The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.
Possible values:
- STANDARD
- SINGLE_PIPELINE
#destinations ⇒ Array<Types::OutputDestination>
#encoder_settings ⇒ Types::EncoderSettings
Encoder Settings
#input_attachments ⇒ Array<Types::InputAttachment>
List of input attachments for channel.
#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
Name of channel.
#request_id ⇒ String
Unique request ID to be specified. This is needed to prevent retries from creating multiple resources.
#reserved ⇒ String
Deprecated field that\'s only usable by whitelisted customers.
#role_arn ⇒ String
An optional Amazon Resource Name (ARN) of the role to assume when running the Channel.
#tags ⇒ Hash<String,String>
A collection of key-value pairs.