Skip to main content

db_proxies_list_only

Lists db_proxies in a region or regions, for all properties use db_proxies

Overview

Namedb_proxies_list_only
TypeResource
DescriptionResource schema for AWS::RDS::DBProxy
Idaws.rds.db_proxies_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

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