interface IFlowRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaConnect.IFlowRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#IFlowRef |
Java | software.amazon.awscdk.services.mediaconnect.IFlowRef |
Python | aws_cdk.aws_mediaconnect.IFlowRef |
TypeScript | aws-cdk-lib » aws_mediaconnect » IFlowRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a Flow.
Properties
| Name | Type | Description |
|---|---|---|
| flow | Flow | A reference to a Flow resource. |
| node | Node | The tree node. |
flowRef
Type:
Flow
A reference to a Flow resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript