db_proxies
Retrieves a list of db_proxies
in a region
Overview
Name | db_proxies |
Type | Resource |
Description | db_proxies |
Id | awscc.rds.db_proxies |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
db_proxy_name
FROM awscc.rds.db_proxies
WHERE region = 'us-east-1'
Permissions
To operate on the db_proxies
resource, the following permissions are required:
Create
rds:CreateDBProxy,
rds:DescribeDBProxies,
iam:PassRole
List
rds:DescribeDBProxies