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_percentInteger

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.

#descriptionString

A description of the output.

Returns:

  • (String)

    A description of the output.

#destinationString

The address where you want to send the output.

Returns:

  • (String)

    The address where you want to send the output.

#encryptionTypes::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_arnString

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_arnString

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.

#nameString

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

Returns:

  • (String)

    The name of the output.

#output_arnString

The ARN of the output.

Returns:

  • (String)

    The ARN of the output.

#portInteger

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

Returns:

  • (Integer)

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

#transportTypes::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_attachmentTypes::VpcInterfaceAttachment

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

Returns: