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