amazonka-mediaconnect-2.0: Amazon MediaConnect SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MediaConnect.Types.Output

Description

 
Synopsis

Documentation

data Output Source #

The settings for an output.

See: newOutput smart constructor.

Constructors

Output' 

Fields

Instances

Instances details
FromJSON Output Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Output

Generic Output Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Output

Associated Types

type Rep Output :: Type -> Type #

Methods

from :: Output -> Rep Output x #

to :: Rep Output x -> Output #

Read Output Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Output

Show Output Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Output

NFData Output Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Output

Methods

rnf :: Output -> () #

Eq Output Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Output

Methods

(==) :: Output -> Output -> Bool #

(/=) :: Output -> Output -> Bool #

Hashable Output Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Output

Methods

hashWithSalt :: Int -> Output -> Int #

hash :: Output -> Int #

type Rep Output Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Output

type Rep Output = D1 ('MetaData "Output" "Amazonka.MediaConnect.Types.Output" "amazonka-mediaconnect-2.0-KNF7B97aPsN1PZ2vBYFgux" 'False) (C1 ('MetaCons "Output'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "dataTransferSubscriberFeePercent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "encryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Encryption)) :*: (S1 ('MetaSel ('Just "entitlementArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "listenerAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "mediaLiveInputArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "mediaStreamOutputConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MediaStreamOutputConfiguration])) :*: S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "transport") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Transport)) :*: S1 ('MetaSel ('Just "vpcInterfaceAttachment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcInterfaceAttachment))) :*: (S1 ('MetaSel ('Just "outputArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newOutput Source #

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:dataTransferSubscriberFeePercent:Output', output_dataTransferSubscriberFeePercent - Percentage from 0-100 of the data transfer cost to be billed to the subscriber.

$sel:description:Output', output_description - A description of the output.

$sel:destination:Output', output_destination - The address where you want to send the output.

$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:entitlementArn:Output', output_entitlementArn - The ARN of the entitlement on the originator''s flow. This value is relevant only on entitled flows.

$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: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:mediaStreamOutputConfigurations:Output', output_mediaStreamOutputConfigurations - The configuration for each media stream that is associated with the output.

$sel:port:Output', output_port - The port to use when content is distributed to this output.

$sel:transport:Output', output_transport - Attributes related to the transport stream that are used in the 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_dataTransferSubscriberFeePercent :: Lens' Output (Maybe Int) Source #

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

output_description :: Lens' Output (Maybe Text) Source #

A description of the output.

output_destination :: Lens' Output (Maybe Text) Source #

The address where you want to send the output.

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_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_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_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_mediaStreamOutputConfigurations :: Lens' Output (Maybe [MediaStreamOutputConfiguration]) Source #

The configuration for each media stream that is associated with the output.

output_port :: Lens' Output (Maybe Int) Source #

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

output_transport :: Lens' Output (Maybe Transport) Source #

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

output_vpcInterfaceAttachment :: Lens' Output (Maybe VpcInterfaceAttachment) Source #

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

output_outputArn :: Lens' Output Text Source #

The ARN of the output.

output_name :: Lens' Output Text Source #

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