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
- Struct
- Aws::MediaConnect::Types::Output
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#data_transfer_subscriber_fee_percent ⇒ Integer
Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
-
#description ⇒ String
A description of the output.
-
#destination ⇒ String
The address where you want to send the output.
-
#encryption ⇒ Types::Encryption
The type of key used for the encryption.
-
#entitlement_arn ⇒ 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.
-
#name ⇒ String
The name of the output.
-
#output_arn ⇒ String
The ARN of the output.
-
#port ⇒ 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.
-
#vpc_interface_attachment ⇒ Types::VpcInterfaceAttachment
The name of the VPC interface attachment to use for this output.
Instance Attribute Details
#data_transfer_subscriber_fee_percent ⇒ Integer
Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
#description ⇒ String
A description of the output.
#destination ⇒ 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).
#entitlement_arn ⇒ String
The ARN of the entitlement on the originator\'\'s flow. This value is relevant only on entitled flows.
#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.
#name ⇒ String
The name of the output. This value must be unique within the current flow.
#output_arn ⇒ String
The ARN of the output.
#port ⇒ 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.
#vpc_interface_attachment ⇒ Types::VpcInterfaceAttachment
The name of the VPC interface attachment to use for this output.