aws.ec2.get_transit_gateway_route_table_propagations
Example SQL Queries
SELECT * FROMaws.ec2.get_transit_gateway_route_table_propagationsWHERE"transit_gateway_route_table_id" = 'VALUE';Description
Gets information about the route table propagations for the specified transit gateway route table.
Table Definition
| Column Name | Column Data Type |
|---|---|
| transit_gateway_route_table_id Required Input Column The ID of the transit gateway route table. | VARCHAR |
| dry_run Input Column 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 is UnauthorizedOperation. | BOOLEAN |
| filters Input Column One or more filters. The possible values are:
| STRUCT( |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| resource_id The ID of the resource. | VARCHAR |
| resource_type The type of resource. Note that the tgw-peering resource type has been deprecated. | VARCHAR |
| state The state of the resource. | VARCHAR |
| transit_gateway_attachment_id The ID of the attachment. | VARCHAR |
| transit_gateway_route_table_announcement_id The ID of the transit gateway route table announcement. | VARCHAR |