db_proxy_target_groups_list_only
Lists db_proxy_target_groups
in a region or regions, for all properties use db_proxy_target_groups
Overview
Name | db_proxy_target_groups_list_only |
Type | Resource |
Description | Resource schema for AWS::RDS::DBProxyTargetGroup |
Id | aws.rds.db_proxy_target_groups_list_only |
Fields
Name | Datatype | Description |
---|---|---|
db_proxy_name | string | The identifier for the proxy. |
target_group_arn | string | The Amazon Resource Name (ARN) representing the target group. |
target_group_name | string | The identifier for the DBProxyTargetGroup |
connection_pool_configuration_info | object | |
db_instance_identifiers | array | |
db_cluster_identifiers | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all db_proxy_target_groups
in a region.
SELECT
region,
target_group_arn
FROM aws.rds.db_proxy_target_groups_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the db_proxy_target_groups_list_only
resource, see db_proxy_target_groups