/AWS1/CL_EC2=>DESCRIBETGWROUTETABLES()
¶
About DescribeTransitGatewayRouteTables¶
Describes one or more transit gateway route tables. By default, all transit gateway route tables are described. Alternatively, you can filter the results.
Method Signature¶
IMPORTING¶
Optional arguments:¶
IT_TGWROUTETABLEIDS
TYPE /AWS1/CL_EC2TGWROUTETBLIDSTR00=>TT_TGWROUTETABLEIDSTRINGLIST
TT_TGWROUTETABLEIDSTRINGLIST
¶
The IDs of the transit gateway route tables.
IT_FILTERS
TYPE /AWS1/CL_EC2FILTER=>TT_FILTERLIST
TT_FILTERLIST
¶
One or more filters. The possible values are:
default-association-route-table
- Indicates whether this is the default association route table for the transit gateway (true
|false
).
default-propagation-route-table
- Indicates whether this is the default propagation route table for the transit gateway (true
|false
).
state
- The state of the route table (available
|deleting
|deleted
|pending
).
transit-gateway-id
- The ID of the transit gateway.
transit-gateway-route-table-id
- The ID of the transit gateway route table.
IV_MAXRESULTS
TYPE /AWS1/EC2TGWMAXRESULTS
/AWS1/EC2TGWMAXRESULTS
¶
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned
nextToken
value.
IV_NEXTTOKEN
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The token for the next page of results.
IV_DRYRUN
TYPE /AWS1/EC2BOOLEAN
/AWS1/EC2BOOLEAN
¶
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.