Skip to main content

db_proxy_endpoints

Retrieves a list of db_proxy_endpoints in a region

Overview

Namedb_proxy_endpoints
TypeResource
Descriptiondb_proxy_endpoints
Idawscc.rds.db_proxy_endpoints

Fields

NameDatatypeDescription
db_proxy_endpoint_namestringThe identifier for the DB proxy endpoint. This name must be unique for all DB proxy endpoints 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_endpoint_name
FROM awscc.rds.db_proxy_endpoints
WHERE region = 'us-east-1'

Permissions

To operate on the db_proxy_endpoints resource, the following permissions are required:

Create

rds:CreateDBProxyEndpoint,
rds:DescribeDBProxyEndpoints

List

rds:DescribeDBProxyEndpoints