interface InterfaceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaConnect.CfnFlowOutputPropsMixin.InterfaceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmediaconnect#CfnFlowOutputPropsMixin_InterfaceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnFlowOutputPropsMixin.InterfaceProperty |
Python | aws_cdk.cfn_property_mixins.aws_mediaconnect.CfnFlowOutputPropsMixin.InterfaceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_mediaconnect » CfnFlowOutputPropsMixin » 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/cfn-property-mixins';
const interfaceProperty: mediaconnect.CfnFlowOutputPropsMixin.InterfaceProperty = {
name: 'name',
};
Properties
| Name | Type | Description |
|---|---|---|
| name? | string | The name of the VPC interface. |
name?
Type:
string
(optional)
The name of the VPC interface.

.NET
Go
Java
Python
TypeScript