interface VpcInterfaceAttachmentProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaConnect.Mixins.CfnFlowPropsMixin.VpcInterfaceAttachmentProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmediaconnect/mixins#CfnFlowPropsMixin_VpcInterfaceAttachmentProperty |
Java | software.amazon.awscdk.mixins.preview.services.mediaconnect.mixins.CfnFlowPropsMixin.VpcInterfaceAttachmentProperty |
Python | aws_cdk.mixins_preview.aws_mediaconnect.mixins.CfnFlowPropsMixin.VpcInterfaceAttachmentProperty |
TypeScript | @aws-cdk/mixins-preview » aws_mediaconnect » mixins » CfnFlowPropsMixin » VpcInterfaceAttachmentProperty |
The settings for attaching a VPC interface to an resource.
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 vpcInterfaceAttachmentProperty: mediaconnect_mixins.CfnFlowPropsMixin.VpcInterfaceAttachmentProperty = {
vpcInterfaceName: 'vpcInterfaceName',
};
Properties
| Name | Type | Description |
|---|---|---|
| vpc | string | The name of the VPC interface to use for this resource. |
vpcInterfaceName?
Type:
string
(optional)
The name of the VPC interface to use for this resource.

.NET
Go
Java
Python
TypeScript