CfnVPNGatewayProps¶
-
class
aws_cdk.aws_ec2.
CfnVPNGatewayProps
(*, type, amazon_side_asn=None, tags=None)¶ Bases:
object
Properties for defining a
AWS::EC2::VPNGateway
.- Parameters
type (
str
) –AWS::EC2::VPNGateway.Type
.amazon_side_asn (
Union
[int
,float
,None
]) –AWS::EC2::VPNGateway.AmazonSideAsn
.tags (
Optional
[List
[CfnTag
]]) –AWS::EC2::VPNGateway.Tags
.
- Link
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpn-gateway.html
Attributes
-
amazon_side_asn
¶ AWS::EC2::VPNGateway.AmazonSideAsn
.- Link
- Return type
Union
[int
,float
,None
]
AWS::EC2::VPNGateway.Tags
.- Link
- Return type
Optional
[List
[CfnTag
]]
-
type
¶ AWS::EC2::VPNGateway.Type
.