interface VpcInterfaceAttachmentProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaConnect.CfnBridgeSourcePropsMixin.VpcInterfaceAttachmentProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmediaconnect#CfnBridgeSourcePropsMixin_VpcInterfaceAttachmentProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnBridgeSourcePropsMixin.VpcInterfaceAttachmentProperty |
Python | aws_cdk.cfn_property_mixins.aws_mediaconnect.CfnBridgeSourcePropsMixin.VpcInterfaceAttachmentProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_mediaconnect » CfnBridgeSourcePropsMixin » 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 { aws_mediaconnect as mediaconnect } from '@aws-cdk/cfn-property-mixins';
const vpcInterfaceAttachmentProperty: mediaconnect.CfnBridgeSourcePropsMixin.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