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_specification ⇒ Types::CdiInputSpecification

Specification of CDI inputs for this channel

Returns:

#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

Returns:

  • (String) —

    The class for this channel.

#destinations ⇒ Array<Types::OutputDestination>

Returns:

#encoder_settings ⇒ Types::EncoderSettings

Encoder Settings

Returns:

#input_attachments ⇒ Array<Types::InputAttachment>

List of input attachments for channel.

Returns:

#input_specification ⇒ Types::InputSpecification

Specification of network and file inputs for this channel

Returns:

#log_level ⇒ String

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.

#name ⇒ String

Name of channel.

Returns:

  • (String) —

    Name of channel.

#request_id ⇒ String

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

Returns:

  • (String) —

    Unique request ID to be specified.

#reserved ⇒ String

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

Returns:

  • (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.

Returns:

  • (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.

Returns:

  • (Hash<String,String>) —

    A collection of key-value pairs.