libZSservicesZSamazonka-mediaconnectZSamazonka-mediaconnect
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaConnect.Types.Source

Description

 
Synopsis

Documentation

data Source Source #

The settings for the source of the flow.

See: newSource smart constructor.

Constructors

Source' 

Fields

Instances

Instances details
Eq Source Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Source

Methods

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

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

Read Source Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Source

Show Source Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Source

Generic Source Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Source

Associated Types

type Rep Source :: Type -> Type #

Methods

from :: Source -> Rep Source x #

to :: Rep Source x -> Source #

NFData Source Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Source

Methods

rnf :: Source -> () #

Hashable Source Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Source

Methods

hashWithSalt :: Int -> Source -> Int #

hash :: Source -> Int #

FromJSON Source Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Source

type Rep Source Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Source

type Rep Source = D1 ('MetaData "Source" "Amazonka.MediaConnect.Types.Source" "libZSservicesZSamazonka-mediaconnectZSamazonka-mediaconnect" 'False) (C1 ('MetaCons "Source'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "entitlementArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dataTransferSubscriberFeePercent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "vpcInterfaceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "decryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Encryption)) :*: (S1 ('MetaSel ('Just "ingestIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ingestPort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "transport") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Transport)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "mediaStreamSourceConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MediaStreamSourceConfiguration])))) :*: (S1 ('MetaSel ('Just "whitelistCidr") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newSource Source #

Create a value of Source 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:Source', source_entitlementArn - The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account. The entitlement is set by the content originator and the ARN is generated as part of the originator's flow.

$sel:dataTransferSubscriberFeePercent:Source', source_dataTransferSubscriberFeePercent - Percentage from 0-100 of the data transfer cost to be billed to the subscriber.

$sel:vpcInterfaceName:Source', source_vpcInterfaceName - The name of the VPC interface that is used for this source.

$sel:decryption:Source', source_decryption - The type of encryption that is used on the content ingested from this source.

$sel:ingestIp:Source', source_ingestIp - The IP address that the flow will be listening on for incoming content.

$sel:ingestPort:Source', source_ingestPort - The port that the flow will be listening on for incoming content.

$sel:transport:Source', source_transport - Attributes related to the transport stream that are used in the source.

$sel:description:Source', source_description - A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.

$sel:mediaStreamSourceConfigurations:Source', source_mediaStreamSourceConfigurations - The media streams that are associated with the source, and the parameters for those associations.

$sel:whitelistCidr:Source', source_whitelistCidr - The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.

$sel:sourceArn:Source', source_sourceArn - The ARN of the source.

$sel:name:Source', source_name - The name of the source.

source_entitlementArn :: Lens' Source (Maybe Text) Source #

The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account. The entitlement is set by the content originator and the ARN is generated as part of the originator's flow.

source_dataTransferSubscriberFeePercent :: Lens' Source (Maybe Int) Source #

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

source_vpcInterfaceName :: Lens' Source (Maybe Text) Source #

The name of the VPC interface that is used for this source.

source_decryption :: Lens' Source (Maybe Encryption) Source #

The type of encryption that is used on the content ingested from this source.

source_ingestIp :: Lens' Source (Maybe Text) Source #

The IP address that the flow will be listening on for incoming content.

source_ingestPort :: Lens' Source (Maybe Int) Source #

The port that the flow will be listening on for incoming content.

source_transport :: Lens' Source (Maybe Transport) Source #

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

source_description :: Lens' Source (Maybe Text) Source #

A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.

source_mediaStreamSourceConfigurations :: Lens' Source (Maybe [MediaStreamSourceConfiguration]) Source #

The media streams that are associated with the source, and the parameters for those associations.

source_whitelistCidr :: Lens' Source (Maybe Text) Source #

The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.

source_sourceArn :: Lens' Source Text Source #

The ARN of the source.

source_name :: Lens' Source Text Source #

The name of the source.