Show / Hide Table of Contents

Class CfnBridgePropsMixin.VpcInterfaceAttachmentProperty

The settings for attaching a VPC interface to an resource.

Inheritance
object
CfnBridgePropsMixin.VpcInterfaceAttachmentProperty
Implements
CfnBridgePropsMixin.IVpcInterfaceAttachmentProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridge-vpcinterfaceattachment.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridge-vpcinterfaceattachment.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridge-vpcinterfaceattachment.html#cfn-mediaconnect-bridge-vpcinterfaceattachment-vpcinterfacename

Implements

CfnBridgePropsMixin.IVpcInterfaceAttachmentProperty
Back to top Generated by DocFX