db_proxies_list_only
Lists db_proxies
in a region or regions, for all properties use db_proxies
Overview
Name | db_proxies_list_only |
Type | Resource |
Description | Resource schema for AWS::RDS::DBProxy |
Id | aws.rds.db_proxies_list_only |
Fields
Name | Datatype | Description |
---|---|---|
db_proxy_name | string | The identifier for the proxy. This name must be unique for all proxies owned by your AWS account in the specified AWS Region. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all db_proxies
in a region.
SELECT
region,
db_proxy_name
FROM aws.rds.db_proxies_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the db_proxies_list_only
resource, see db_proxies