interface FlowEntitlementReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaConnect.FlowEntitlementReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#FlowEntitlementReference |
Java | software.amazon.awscdk.services.mediaconnect.FlowEntitlementReference |
Python | aws_cdk.aws_mediaconnect.FlowEntitlementReference |
TypeScript | 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.

.NET
Go
Java
Python
TypeScript