aws-cdk-lib.aws_mediaconnect.CfnBridgeSource.VpcInterfaceAttachmentProperty

interface VpcInterfaceAttachmentProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaConnect.CfnBridgeSource.VpcInterfaceAttachmentProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#CfnBridgeSource_VpcInterfaceAttachmentProperty
Javasoftware.amazon.awscdk.services.mediaconnect.CfnBridgeSource.VpcInterfaceAttachmentProperty
Pythonaws_cdk.aws_mediaconnect.CfnBridgeSource.VpcInterfaceAttachmentProperty
TypeScript aws-cdk-lib » aws_mediaconnect » CfnBridgeSource » VpcInterfaceAttachmentProperty

The VPC interface that you want to send your output to.

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 vpcInterfaceAttachmentProperty: mediaconnect.CfnBridgeSource.VpcInterfaceAttachmentProperty = {
  vpcInterfaceName: 'vpcInterfaceName',
};

Properties

NameTypeDescription
vpcInterfaceName?stringThe name of the VPC interface that you want to send your output to.

vpcInterfaceName?

Type: string (optional)

The name of the VPC interface that you want to send your output to.