db_proxy_endpoints
Retrieves a list of db_proxy_endpoints
in a region
Overview
Name | db_proxy_endpoints |
Type | Resource |
Description | db_proxy_endpoints |
Id | awscc.rds.db_proxy_endpoints |
Fields
Name | Datatype | Description |
---|---|---|
db_proxy_endpoint_name | string | The 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. |
region | string | AWS 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