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.Entitlement

Description

 
Synopsis

Documentation

data Entitlement Source #

The settings for a flow entitlement.

See: newEntitlement smart constructor.

Constructors

Entitlement' 

Fields

Instances

Instances details
Eq Entitlement Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Entitlement

Read Entitlement Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Entitlement

Show Entitlement Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Entitlement

Generic Entitlement Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Entitlement

Associated Types

type Rep Entitlement :: Type -> Type #

NFData Entitlement Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Entitlement

Methods

rnf :: Entitlement -> () #

Hashable Entitlement Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Entitlement

FromJSON Entitlement Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Entitlement

type Rep Entitlement Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Entitlement

type Rep Entitlement = D1 ('MetaData "Entitlement" "Amazonka.MediaConnect.Types.Entitlement" "libZSservicesZSamazonka-mediaconnectZSamazonka-mediaconnect" 'False) (C1 ('MetaCons "Entitlement'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dataTransferSubscriberFeePercent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "encryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Encryption)) :*: S1 ('MetaSel ('Just "entitlementStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EntitlementStatus)))) :*: ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "entitlementArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "subscribers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newEntitlement Source #

Create a value of Entitlement 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:Entitlement', entitlement_dataTransferSubscriberFeePercent - Percentage from 0-100 of the data transfer cost to be billed to the subscriber.

$sel:encryption:Entitlement', entitlement_encryption - The type of encryption that will be used on the output that is associated with this entitlement.

$sel:entitlementStatus:Entitlement', entitlement_entitlementStatus - An indication of whether the entitlement is enabled.

$sel:description:Entitlement', entitlement_description - A description of the entitlement.

$sel:entitlementArn:Entitlement', entitlement_entitlementArn - The ARN of the entitlement.

$sel:subscribers:Entitlement', entitlement_subscribers - The AWS account IDs that you want to share your content with. The receiving accounts (subscribers) will be allowed to create their own flow using your content as the source.

$sel:name:Entitlement', entitlement_name - The name of the entitlement.

entitlement_dataTransferSubscriberFeePercent :: Lens' Entitlement (Maybe Int) Source #

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

entitlement_encryption :: Lens' Entitlement (Maybe Encryption) Source #

The type of encryption that will be used on the output that is associated with this entitlement.

entitlement_entitlementStatus :: Lens' Entitlement (Maybe EntitlementStatus) Source #

An indication of whether the entitlement is enabled.

entitlement_description :: Lens' Entitlement (Maybe Text) Source #

A description of the entitlement.

entitlement_subscribers :: Lens' Entitlement [Text] Source #

The AWS account IDs that you want to share your content with. The receiving accounts (subscribers) will be allowed to create their own flow using your content as the source.

entitlement_name :: Lens' Entitlement Text Source #

The name of the entitlement.