Interface CfnBridgeSource.IVpcInterfaceAttachmentProperty
The VPC interface that you want to send your output to.
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 that you want to send your output to. |
Properties
VpcInterfaceName
The name of the VPC interface that you want to send your output to.
virtual string VpcInterfaceName { get; }
Property Value
System.