CfnInternetGatewayProps¶
-
class
aws_cdk.aws_ec2.
CfnInternetGatewayProps
(*, tags=None)¶ Bases:
object
Properties for defining a
AWS::EC2::InternetGateway
.- Parameters
tags (
Optional
[Sequence
[CfnTag
]]) –AWS::EC2::InternetGateway.Tags
.- Link
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html
Attributes
AWS::EC2::InternetGateway.Tags
.- Link
- Return type
Optional
[List
[CfnTag
]]