interface FlowVpcInterfaceReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaConnect.FlowVpcInterfaceReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#FlowVpcInterfaceReference |
![]() | software.amazon.awscdk.services.mediaconnect.FlowVpcInterfaceReference |
![]() | aws_cdk.aws_mediaconnect.FlowVpcInterfaceReference |
![]() | aws-cdk-lib » aws_mediaconnect » FlowVpcInterfaceReference |
A reference to a FlowVpcInterface 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 flowVpcInterfaceReference: mediaconnect.FlowVpcInterfaceReference = {
flowArn: 'flowArn',
flowVpcInterfaceName: 'flowVpcInterfaceName',
};
Properties
Name | Type | Description |
---|---|---|
flow | string | The FlowArn of the FlowVpcInterface resource. |
flow | string | The Name of the FlowVpcInterface resource. |
flowArn
Type:
string
The FlowArn of the FlowVpcInterface resource.
flowVpcInterfaceName
Type:
string
The Name of the FlowVpcInterface resource.