Interface CfnBridgeSource.IVpcInterfaceAttachmentProperty
The settings for attaching a VPC interface to an resource.
Namespace: Amazon.CDK.AWS.MediaConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IVpcInterfaceAttachmentProperty
Syntax (vb)
Public Interface IVpcInterfaceAttachmentProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MediaConnect;
var vpcInterfaceAttachmentProperty = new VpcInterfaceAttachmentProperty {
VpcInterfaceName = "vpcInterfaceName"
};
Synopsis
Properties
Vpc |
The name of the VPC interface to use for this resource. |
Properties
VpcInterfaceName
The name of the VPC interface to use for this resource.
virtual string VpcInterfaceName { get; }
Property Value
System.