Interface CfnFlowPropsMixin.IVpcInterfaceAttachmentProperty
The settings for attaching a VPC interface to an resource.
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaConnect.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnFlowPropsMixin.IVpcInterfaceAttachmentProperty
Syntax (vb)
Public Interface CfnFlowPropsMixin.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.Mixins.Preview.AWS.MediaConnect.Mixins;
var vpcInterfaceAttachmentProperty = new VpcInterfaceAttachmentProperty {
VpcInterfaceName = "vpcInterfaceName"
};
Synopsis
Properties
| VpcInterfaceName | The name of the VPC interface to use for this resource. |
Properties
VpcInterfaceName
The name of the VPC interface to use for this resource.
string? VpcInterfaceName { get; }