You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaLive::Types::ChannelSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The unique arn of the channel.

Returns:

  • (String)

    The unique arn of the channel.

#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>

A list of destinations of the channel. For UDP outputs, there is one destination per output. For other types (HLS, for example), there is one destination per packager.

Returns:

#egress_endpointsArray<Types::ChannelEgressEndpoint>

The endpoints where outgoing connections initiate from

Returns:

#idString

The unique id of the channel.

Returns:

  • (String)

    The unique id of the channel.

#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 being written to CloudWatch Logs.

Possible values:

  • ERROR
  • WARNING
  • INFO
  • DEBUG
  • DISABLED

Returns:

  • (String)

    The log level being written to CloudWatch Logs.

#nameString

The name of the channel. (user-mutable)

Returns:

  • (String)

    The name of the channel.

#pipelines_running_countInteger

The number of currently healthy pipelines.

Returns:

  • (Integer)

    The number of currently healthy pipelines.

#role_arnString

The Amazon Resource Name (ARN) of the role assumed when running the Channel.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the role assumed when running the Channel.

#stateString

Possible values:

  • CREATING
  • CREATE_FAILED
  • IDLE
  • STARTING
  • RUNNING
  • RECOVERING
  • STOPPING
  • DELETING
  • DELETED
  • UPDATING
  • UPDATE_FAILED

Returns:

  • (String)

#tagsHash<String,String>

A collection of key-value pairs.

Returns:

  • (Hash<String,String>)

    A collection of key-value pairs.