Interface ICfnVPNGatewayMixinProps
Properties for CfnVPNGatewayPropsMixin.
Namespace: Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnVPNGatewayMixinProps
Syntax (vb)
Public Interface ICfnVPNGatewayMixinProps
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.Mixins.Preview.AWS.EC2.Mixins;
var cfnVPNGatewayMixinProps = new CfnVPNGatewayMixinProps {
AmazonSideAsn = 123,
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
Type = "type"
};
Synopsis
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. |
Properties
AmazonSideAsn
The private Autonomous System Number (ASN) for the Amazon side of a BGP session.
double? AmazonSideAsn { get; }
Property Value
Remarks
Tags
Any tags assigned to the virtual private gateway.
ICfnTag[]? Tags { get; }
Property Value
ICfnTag[]
Remarks
Type
The type of VPN connection the virtual private gateway supports.
string? Type { get; }