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
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#cdi_input_specificationTypes::CdiInputSpecification

Specification of CDI inputs for this channel

Returns:

#channel_classString

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

Returns:

  • (String)

    The class for this channel.

#destinationsArray<Types::OutputDestination>

Returns:

#encoder_settingsTypes::EncoderSettings

Encoder Settings

Returns:

#input_attachmentsArray<Types::InputAttachment>

List of input attachments for channel.

Returns:

#input_specificationTypes::InputSpecification

Specification of network and file inputs for this channel

Returns:

#log_levelString

The log level to write to CloudWatch Logs.

Possible values:

  • ERROR
  • WARNING
  • INFO
  • DEBUG
  • DISABLED

Returns:

  • (String)

    The log level to write to CloudWatch Logs.

#nameString

Name of channel.

Returns:

  • (String)

    Name of channel.

#request_idString

Unique request ID to be specified. This is needed to prevent retries from creating multiple resources.

Returns:

  • (String)

    Unique request ID to be specified.

#reservedString

Deprecated field that\'s only usable by whitelisted customers.

Returns:

  • (String)

    Deprecated field that\'s only usable by whitelisted customers.

#role_arnString

An optional Amazon Resource Name (ARN) of the role to assume when running the Channel.

Returns:

  • (String)

    An optional Amazon Resource Name (ARN) of the role to assume when running the Channel.

#tagsHash<String,String>

A collection of key-value pairs.

Returns:

  • (Hash<String,String>)

    A collection of key-value pairs.