route_server_propagations_list_only
Lists route_server_propagations in a region or regions, for all properties use route_server_propagations
Overview
| Name | route_server_propagations_list_only |
| Type | Resource |
| Description | VPC Route Server Propagation |
| Id | awscc.ec2.route_server_propagations_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
route_server_id | string | Route Server ID |
route_table_id | string | Route Table ID |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all route_server_propagations in a region.
SELECT
region,
route_server_id,
route_table_id
FROM awscc.ec2.route_server_propagations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the route_server_propagations_list_only resource, see route_server_propagations