Class CfnDirectConnectGatewayMixinProps
Properties for CfnDirectConnectGatewayPropsMixin.
Implements
Inherited Members
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
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
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
Remarks
DirectConnectGatewayName
The name of the Direct Connect gateway.
public string? DirectConnectGatewayName { get; set; }
Property Value
Remarks
Tags
The tags associated with the Direct Connect gateway.
public ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]