The settings for an output.
Contents
- name
-
The name of the output. This value must be unique within the current flow.
Type: String
Required: Yes
- outputArn
-
The ARN of the output.
Type: String
Required: Yes
- bridgeArn
-
The ARN of the bridge added to this output.
Type: String
Required: No
- bridgePorts
-
The bridge output ports currently in use.
Type: Array of integers
Required: No
- dataTransferSubscriberFeePercent
-
Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
Type: Integer
Required: No
- description
-
A description of the output.
Type: String
Required: No
- destination
-
The address where you want to send the output.
Type: String
Required: No
- encryption
-
The type of key used for the encryption. If no keyType is provided, the service will use the default setting (static-key).
Type: Encryption object
Required: No
- entitlementArn
-
The ARN of the entitlement on the originator''s flow. This value is relevant only on entitled flows.
Type: String
Required: No
- listenerAddress
-
The IP address that the receiver requires in order to establish a connection with the flow. For public networking, the ListenerAddress is represented by the elastic IP address of the flow. For private networking, the ListenerAddress is represented by the elastic network interface IP address of the VPC. This field applies only to outputs that use the Zixi pull or SRT listener protocol.
Type: String
Required: No
- mediaLiveInputArn
-
The input ARN of the MediaLive channel. This parameter is relevant only for outputs that were added by creating a MediaLive input.
Type: String
Required: No
- mediaStreamOutputConfigurations
-
The configuration for each media stream that is associated with the output.
Type: Array of MediaStreamOutputConfiguration objects
Required: No
- outputStatus
-
An indication of whether the output is transmitting data or not.
Type: String
Valid Values:
ENABLED | DISABLED
Required: No
- port
-
The port to use when content is distributed to this output.
Type: Integer
Required: No
- transport
-
Attributes related to the transport stream that are used in the output.
Type: Transport object
Required: No
- vpcInterfaceAttachment
-
The name of the VPC interface attachment to use for this output.
Type: VpcInterfaceAttachment object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: