interface InterfaceProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.MediaConnect.CfnFlow.InterfaceProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#CfnFlow_InterfaceProperty | 
|  Java | software.amazon.awscdk.services.mediaconnect.CfnFlow.InterfaceProperty | 
|  Python | aws_cdk.aws_mediaconnect.CfnFlow.InterfaceProperty | 
|  TypeScript | aws-cdk-lib»aws_mediaconnect»CfnFlow»InterfaceProperty | 
The VPC interface that is used for the media stream associated with the source or output.
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 interfaceProperty: mediaconnect.CfnFlow.InterfaceProperty = {
  name: 'name',
};
Properties
| Name | Type | Description | 
|---|---|---|
| name | string | The name of the VPC interface. | 
name
Type:
string
The name of the VPC interface.
