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

Class: Aws::MediaConnect::Types::Output

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

Overview

The settings for an output.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#data_transfer_subscriber_fee_percent ⇒ Integer

Percentage from 0-100 of the data transfer cost to be billed to the subscriber.

Returns:

  • (Integer) —

    Percentage from 0-100 of the data transfer cost to be billed to the subscriber.

#description ⇒ String

A description of the output.

Returns:

  • (String) —

    A description of the output.

#destination ⇒ String

The address where you want to send the output.

Returns:

  • (String) —

    The address where you want to send the output.

#encryption ⇒ Types::Encryption

The type of key used for the encryption. If no keyType is provided, the service will use the default setting (static-key).

Returns:

#entitlement_arn ⇒ String

The ARN of the entitlement on the originator\'\'s flow. This value is relevant only on entitled flows.

Returns:

  • (String) —

    The ARN of the entitlement on the originator\'\'s flow.

#media_live_input_arn ⇒ String

The input ARN of the AWS Elemental MediaLive channel. This parameter is relevant only for outputs that were added by creating a MediaLive input.

Returns:

  • (String) —

    The input ARN of the AWS Elemental MediaLive channel.

#name ⇒ String

The name of the output. This value must be unique within the current flow.

Returns:

  • (String) —

    The name of the output.

#output_arn ⇒ String

The ARN of the output.

Returns:

  • (String) —

    The ARN of the output.

#port ⇒ Integer

The port to use when content is distributed to this output.

Returns:

  • (Integer) —

    The port to use when content is distributed to this output.

#transport ⇒ Types::Transport

Attributes related to the transport stream that are used in the output.

Returns:

  • (Types::Transport) —

    Attributes related to the transport stream that are used in the output.

#vpc_interface_attachment ⇒ Types::VpcInterfaceAttachment

The name of the VPC interface attachment to use for this output.

Returns: