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