Show / Hide Table of Contents

Class CfnFlowSourcePropsMixin.VpcInterfaceAttachmentProperty

The settings for attaching a VPC interface to an resource.

Inheritance
object
CfnFlowSourcePropsMixin.VpcInterfaceAttachmentProperty
Implements
CfnFlowSourcePropsMixin.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.CfnPropertyMixins.AWS.MediaConnect
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnFlowSourcePropsMixin.VpcInterfaceAttachmentProperty : CfnFlowSourcePropsMixin.IVpcInterfaceAttachmentProperty
Syntax (vb)
Public Class CfnFlowSourcePropsMixin.VpcInterfaceAttachmentProperty Implements CfnFlowSourcePropsMixin.IVpcInterfaceAttachmentProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowsource-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.CfnPropertyMixins.AWS.MediaConnect;

             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-flowsource-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.CfnPropertyMixins.AWS.MediaConnect;

             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-flowsource-vpcinterfaceattachment.html#cfn-mediaconnect-flowsource-vpcinterfaceattachment-vpcinterfacename

Implements

CfnFlowSourcePropsMixin.IVpcInterfaceAttachmentProperty
Back to top Generated by DocFX