DATASOURCE::VPC::RouteTable is used to query the information about a route table.
Syntax
{
"Type": "DATASOURCE::VPC::RouteTable",
"Properties": {
"RouteTableId": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
RouteTableId | String | Yes | Yes | The ID of the route table. | None. |
Return values
Fn::GetAtt
RouteTableId: the ID of the route table.
Description: the description of the route table.
VpcId: the ID of the virtual private cloud (VPC).
ResourceGroupId: the ID of the resource group.
VSwitchIds: the vSwitches.
RouterType: the type of the router to which the route table belongs.
CreateTime: the time when the route table was created.
RouterId: the ID of the router to which the route table belongs.
Tags: the tags that are added to the route table.
RouteTableName: the name of the route table.
RouteTableType: the type of the route table.