interface FlowEntitlementReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.MediaConnect.FlowEntitlementReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsmediaconnect#FlowEntitlementReference |
Java | software.amazon.awscdk.interfaces.mediaconnect.FlowEntitlementReference |
Python | aws_cdk.interfaces.aws_mediaconnect.FlowEntitlementReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_mediaconnect } from 'aws-cdk-lib/interfaces';
const flowEntitlementReference: interfaces_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