Show / Hide Table of Contents

Class CfnDirectConnectGatewayMixinProps

Properties for CfnDirectConnectGatewayPropsMixin.

Inheritance
object
CfnDirectConnectGatewayMixinProps
Implements
ICfnDirectConnectGatewayMixinProps
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.DirectConnect
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDirectConnectGatewayMixinProps : ICfnDirectConnectGatewayMixinProps
Syntax (vb)
Public Class CfnDirectConnectGatewayMixinProps Implements ICfnDirectConnectGatewayMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directconnect-directconnectgateway.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.DirectConnect;

             var cfnDirectConnectGatewayMixinProps = new CfnDirectConnectGatewayMixinProps {
                 AmazonSideAsn = "amazonSideAsn",
                 DirectConnectGatewayName = "directConnectGatewayName",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Synopsis

Constructors

CfnDirectConnectGatewayMixinProps()

Properties for CfnDirectConnectGatewayPropsMixin.

Properties

AmazonSideAsn

The autonomous system number (ASN) for the Amazon side of the connection.

DirectConnectGatewayName

The name of the Direct Connect gateway.

Tags

The tags associated with the Direct Connect gateway.

Constructors

CfnDirectConnectGatewayMixinProps()

Properties for CfnDirectConnectGatewayPropsMixin.

public CfnDirectConnectGatewayMixinProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directconnect-directconnectgateway.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.DirectConnect;

             var cfnDirectConnectGatewayMixinProps = new CfnDirectConnectGatewayMixinProps {
                 AmazonSideAsn = "amazonSideAsn",
                 DirectConnectGatewayName = "directConnectGatewayName",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Properties

AmazonSideAsn

The autonomous system number (ASN) for the Amazon side of the connection.

public string? AmazonSideAsn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directconnect-directconnectgateway.html#cfn-directconnect-directconnectgateway-amazonsideasn

DirectConnectGatewayName

The name of the Direct Connect gateway.

public string? DirectConnectGatewayName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directconnect-directconnectgateway.html#cfn-directconnect-directconnectgateway-directconnectgatewayname

Tags

The tags associated with the Direct Connect gateway.

public ICfnTag[]? Tags { get; set; }
Property Value

ICfnTag[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directconnect-directconnectgateway.html#cfn-directconnect-directconnectgateway-tags

Implements

ICfnDirectConnectGatewayMixinProps
Back to top Generated by DocFX