Skip to main content

db_proxies

Retrieves a list of db_proxies in a region

Overview

Namedb_proxies
TypeResource
Descriptiondb_proxies
Idawscc.rds.db_proxies

Fields

NameDatatypeDescription
db_proxy_namestringThe identifier for the proxy. This name must be unique for all proxies owned by your AWS account in the specified AWS Region.
regionstringAWS 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