interface FlowEntitlementReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaConnect.FlowEntitlementReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#FlowEntitlementReference |
![]() | software.amazon.awscdk.services.mediaconnect.FlowEntitlementReference |
![]() | aws_cdk.aws_mediaconnect.FlowEntitlementReference |
![]() | aws-cdk-lib » aws_mediaconnect » FlowEntitlementReference |
A reference to a FlowEntitlement resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediaconnect as mediaconnect } from 'aws-cdk-lib';
const flowEntitlementReference: mediaconnect.FlowEntitlementReference = {
entitlementArn: 'entitlementArn',
};
Properties
Name | Type | Description |
---|---|---|
entitlement | string | The EntitlementArn of the FlowEntitlement resource. |
entitlementArn
Type:
string
The EntitlementArn of the FlowEntitlement resource.