interface FlowOutputReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaConnect.FlowOutputReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#FlowOutputReference |
Java | software.amazon.awscdk.services.mediaconnect.FlowOutputReference |
Python | aws_cdk.aws_mediaconnect.FlowOutputReference |
TypeScript | aws-cdk-lib » aws_mediaconnect » FlowOutputReference |
A reference to a FlowOutput 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 flowOutputReference: mediaconnect.FlowOutputReference = {
outputArn: 'outputArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| output | string | The OutputArn of the FlowOutput resource. |
outputArn
Type:
string
The OutputArn of the FlowOutput resource.

.NET
Go
Java
Python
TypeScript