Class VpnGatewayProps
The VpnGateway Properties.
Inheritance
System.Object
VpnGatewayProps
Implements
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class VpnGatewayProps : Object, IVpnGatewayProps
Syntax (vb)
Public Class VpnGatewayProps
Inherits Object
Implements IVpnGatewayProps
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.AWS.EC2;
var vpnGatewayProps = new VpnGatewayProps {
Type = "type",
// the properties below are optional
AmazonSideAsn = 123
};
Synopsis
Constructors
VpnGatewayProps() |
Properties
AmazonSideAsn | Explicitly specify an Asn or let aws pick an Asn for you. |
Type | Default type ipsec.1. |
Constructors
VpnGatewayProps()
public VpnGatewayProps()
Properties
AmazonSideAsn
Explicitly specify an Asn or let aws pick an Asn for you.
public Nullable<double> AmazonSideAsn { get; set; }
Property Value
System.Nullable<System.Double>
Remarks
Default: 65000
Type
Default type ipsec.1.
public string Type { get; set; }
Property Value
System.String