AWS::MediaConnect::FlowEntitlementThe `AWS::MediaConnect::FlowEntitlement` resource defines the permission that an AWS account grants to another AWS account to allow access to the content in a specific AWS Elemental MediaConnect flow. The content originator grants an entitlement to a specific AWS account (the subscriber). When an entitlement is granted, the subscriber can create a flow using the originator's flow as the source. Each flow can have up to 50 entitlements.
import { CfnFlowEntitlement } from 'aws-cdk-lib/aws-mediaconnect';Or use the module namespace:
import * as mediaconnect from 'aws-cdk-lib/aws-mediaconnect';
// mediaconnect.CfnFlowEntitlementConfiguration passed to the constructor as CfnFlowEntitlementProps.
descriptionRequiredstringA description of the entitlement. This description appears only on the MediaConnect console and is not visible outside of the current AWS account.
flowArnRequiredstringThe Amazon Resource Name (ARN) of the flow.
nameRequiredstringThe name of the entitlement. This value must be unique within the current flow.
subscribersRequiredstring[]The AWS account IDs that you want to share your content with. The receiving accounts (subscribers) will be allowed to create their own flows using your content as the source.
dataTransferSubscriberFeePercentOptionalnumberThe percentage of the entitlement data transfer fee that you want the subscriber to be responsible for.
Default: - 0
encryptionOptionalIResolvable | EncryptionPropertyEncryption information.
entitlementStatusOptionalstringAn indication of whether the new entitlement should be enabled or disabled as soon as it is created. If you don’t specify the entitlementStatus field in your request, MediaConnect sets it to ENABLED.
tagsOptionalCfnTag[]Key-value pairs that can be used to tag and organize this flow entitlement.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-mediaconnectAWS::MediaConnect::FlowEntitlement