Class CfnBridgePropsMixin.VpcInterfaceAttachmentProperty
The settings for attaching a VPC interface to an resource.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaConnect.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnBridgePropsMixin.VpcInterfaceAttachmentProperty : CfnBridgePropsMixin.IVpcInterfaceAttachmentProperty
Syntax (vb)
Public Class CfnBridgePropsMixin.VpcInterfaceAttachmentProperty Implements CfnBridgePropsMixin.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
Constructors
| VpcInterfaceAttachmentProperty() | The settings for attaching a VPC interface to an resource. |
Properties
| VpcInterfaceName | The name of the VPC interface to use for this resource. |
Constructors
VpcInterfaceAttachmentProperty()
The settings for attaching a VPC interface to an resource.
public VpcInterfaceAttachmentProperty()
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"
};
Properties
VpcInterfaceName
The name of the VPC interface to use for this resource.
public string? VpcInterfaceName { get; set; }