interface FlowReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.MediaConnect.FlowReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsmediaconnect#FlowReference |
Java | software.amazon.awscdk.interfaces.mediaconnect.FlowReference |
Python | aws_cdk.interfaces.aws_mediaconnect.FlowReference |
TypeScript | aws-cdk-lib » interfaces » aws_mediaconnect » FlowReference |
A reference to a Flow 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_aws_mediaconnect } from 'aws-cdk-lib/interfaces';
const flowReference: interfaces_aws_mediaconnect.FlowReference = {
flowArn: 'flowArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| flow | string | The FlowArn of the Flow resource. |
flowArn
Type:
string
The FlowArn of the Flow resource.

.NET
Go
Java
Python
TypeScript