Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-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

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

string

Remarks

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

Back to top Generated by DocFX