interface VpcInterfaceAttachmentProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaConnect.CfnFlowOutput.VpcInterfaceAttachmentProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#CfnFlowOutput_VpcInterfaceAttachmentProperty |
Java | software.amazon.awscdk.services.mediaconnect.CfnFlowOutput.VpcInterfaceAttachmentProperty |
Python | aws_cdk.aws_mediaconnect.CfnFlowOutput.VpcInterfaceAttachmentProperty |
TypeScript | aws-cdk-lib » aws_mediaconnect » CfnFlowOutput » 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.CfnFlowOutput.VpcInterfaceAttachmentProperty = {
vpcInterfaceName: 'vpcInterfaceName',
};
Properties
Name | Type | Description |
---|---|---|
vpc | string | The 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.