Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Output = Output' {
- entitlementArn :: Maybe Text
- dataTransferSubscriberFeePercent :: Maybe Int
- destination :: Maybe Text
- mediaStreamOutputConfigurations :: Maybe [MediaStreamOutputConfiguration]
- mediaLiveInputArn :: Maybe Text
- encryption :: Maybe Encryption
- listenerAddress :: Maybe Text
- transport :: Maybe Transport
- description :: Maybe Text
- port :: Maybe Int
- vpcInterfaceAttachment :: Maybe VpcInterfaceAttachment
- outputArn :: Text
- name :: Text
- newOutput :: Text -> Text -> Output
- output_entitlementArn :: Lens' Output (Maybe Text)
- output_dataTransferSubscriberFeePercent :: Lens' Output (Maybe Int)
- output_destination :: Lens' Output (Maybe Text)
- output_mediaStreamOutputConfigurations :: Lens' Output (Maybe [MediaStreamOutputConfiguration])
- output_mediaLiveInputArn :: Lens' Output (Maybe Text)
- output_encryption :: Lens' Output (Maybe Encryption)
- output_listenerAddress :: Lens' Output (Maybe Text)
- output_transport :: Lens' Output (Maybe Transport)
- output_description :: Lens' Output (Maybe Text)
- output_port :: Lens' Output (Maybe Int)
- output_vpcInterfaceAttachment :: Lens' Output (Maybe VpcInterfaceAttachment)
- output_outputArn :: Lens' Output Text
- output_name :: Lens' Output Text
Documentation
The settings for an output.
See: newOutput
smart constructor.
Output' | |
|
Instances
Create a value of Output
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:entitlementArn:Output'
, output_entitlementArn
- The ARN of the entitlement on the originator''s flow. This value is
relevant only on entitled flows.
$sel:dataTransferSubscriberFeePercent:Output'
, output_dataTransferSubscriberFeePercent
- Percentage from 0-100 of the data transfer cost to be billed to the
subscriber.
$sel:destination:Output'
, output_destination
- The address where you want to send the output.
$sel:mediaStreamOutputConfigurations:Output'
, output_mediaStreamOutputConfigurations
- The configuration for each media stream that is associated with the
output.
$sel:mediaLiveInputArn:Output'
, output_mediaLiveInputArn
- The input ARN of the AWS Elemental MediaLive channel. This parameter is
relevant only for outputs that were added by creating a MediaLive input.
$sel:encryption:Output'
, output_encryption
- The type of key used for the encryption. If no keyType is provided, the
service will use the default setting (static-key).
$sel:listenerAddress:Output'
, output_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.
$sel:transport:Output'
, output_transport
- Attributes related to the transport stream that are used in the output.
$sel:description:Output'
, output_description
- A description of the output.
$sel:port:Output'
, output_port
- The port to use when content is distributed to this output.
$sel:vpcInterfaceAttachment:Output'
, output_vpcInterfaceAttachment
- The name of the VPC interface attachment to use for this output.
$sel:outputArn:Output'
, output_outputArn
- The ARN of the output.
$sel:name:Output'
, output_name
- The name of the output. This value must be unique within the current
flow.
output_entitlementArn :: Lens' Output (Maybe Text) Source #
The ARN of the entitlement on the originator''s flow. This value is relevant only on entitled flows.
output_dataTransferSubscriberFeePercent :: Lens' Output (Maybe Int) Source #
Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
output_destination :: Lens' Output (Maybe Text) Source #
The address where you want to send the output.
output_mediaStreamOutputConfigurations :: Lens' Output (Maybe [MediaStreamOutputConfiguration]) Source #
The configuration for each media stream that is associated with the output.
output_mediaLiveInputArn :: Lens' Output (Maybe Text) Source #
The input ARN of the AWS Elemental MediaLive channel. This parameter is relevant only for outputs that were added by creating a MediaLive input.
output_encryption :: Lens' Output (Maybe Encryption) Source #
The type of key used for the encryption. If no keyType is provided, the service will use the default setting (static-key).
output_listenerAddress :: Lens' Output (Maybe Text) Source #
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.
output_transport :: Lens' Output (Maybe Transport) Source #
Attributes related to the transport stream that are used in the output.
output_port :: Lens' Output (Maybe Int) Source #
The port to use when content is distributed to this output.
output_vpcInterfaceAttachment :: Lens' Output (Maybe VpcInterfaceAttachment) Source #
The name of the VPC interface attachment to use for this output.