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 Entitlement = Entitlement' {}
- newEntitlement :: Text -> Text -> Entitlement
- entitlement_dataTransferSubscriberFeePercent :: Lens' Entitlement (Maybe Int)
- entitlement_encryption :: Lens' Entitlement (Maybe Encryption)
- entitlement_entitlementStatus :: Lens' Entitlement (Maybe EntitlementStatus)
- entitlement_description :: Lens' Entitlement (Maybe Text)
- entitlement_entitlementArn :: Lens' Entitlement Text
- entitlement_subscribers :: Lens' Entitlement [Text]
- entitlement_name :: Lens' Entitlement Text
Documentation
data Entitlement Source #
The settings for a flow entitlement.
See: newEntitlement
smart constructor.
Entitlement' | |
|
Instances
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_entitlementArn :: Lens' Entitlement Text Source #
The ARN 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.