interface InterfaceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaConnect.Mixins.CfnFlowOutputPropsMixin.InterfaceProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmediaconnect/mixins#CfnFlowOutputPropsMixin_InterfaceProperty |
Java | software.amazon.awscdk.mixins.preview.services.mediaconnect.mixins.CfnFlowOutputPropsMixin.InterfaceProperty |
Python | aws_cdk.mixins_preview.aws_mediaconnect.mixins.CfnFlowOutputPropsMixin.InterfaceProperty |
TypeScript | @aws-cdk/mixins-preview » aws_mediaconnect » mixins » 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 { mixins as mediaconnect_mixins } from '@aws-cdk/mixins-preview/aws-mediaconnect';
const interfaceProperty: mediaconnect_mixins.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