db_proxy_endpoints_list_only
Lists db_proxy_endpoints in a region or regions, for all properties use db_proxy_endpoints
Overview
| Name | db_proxy_endpoints_list_only |
| Type | Resource |
| Description | Resource schema for AWS::RDS::DBProxyEndpoint. |
| Id | aws.rds.db_proxy_endpoints_list_only |
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. |
endpoint | string | The endpoint that you can use to connect to the DB proxy. You include the endpoint value in the connection string for a database client application. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all db_proxy_endpoints in a region.
SELECT
region,
db_proxy_endpoint_name
FROM aws.rds.db_proxy_endpoints_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the db_proxy_endpoints_list_only resource, see db_proxy_endpoints