Class CfnVPNGatewayProps
Properties for defining a CfnVPNGateway
.
Inheritance
System.Object
CfnVPNGatewayProps
Implements
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnVPNGatewayProps : Object, ICfnVPNGatewayProps
Syntax (vb)
Public Class CfnVPNGatewayProps
Inherits Object
Implements ICfnVPNGatewayProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpngateway.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.AWS.EC2;
var cfnVPNGatewayProps = new CfnVPNGatewayProps {
Type = "type",
// the properties below are optional
AmazonSideAsn = 123,
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
CfnVPNGatewayProps() |
Properties
AmazonSideAsn | The private Autonomous System Number (ASN) for the Amazon side of a BGP session. |
Tags | Any tags assigned to the virtual private gateway. |
Type | The type of VPN connection the virtual private gateway supports. |
Constructors
CfnVPNGatewayProps()
public CfnVPNGatewayProps()
Properties
AmazonSideAsn
The private Autonomous System Number (ASN) for the Amazon side of a BGP session.
public Nullable<double> AmazonSideAsn { get; set; }
Property Value
System.Nullable<System.Double>
Remarks
Tags
Any tags assigned to the virtual private gateway.
public ICfnTag[] Tags { get; set; }
Property Value
ICfnTag[]
Remarks
Type
The type of VPN connection the virtual private gateway supports.
public string Type { get; set; }
Property Value
System.String