interface FlowOutputReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaConnect.FlowOutputReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#FlowOutputReference |
![]() | software.amazon.awscdk.services.mediaconnect.FlowOutputReference |
![]() | aws_cdk.aws_mediaconnect.FlowOutputReference |
![]() | 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.