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 |
---|---|---|
target_group_arn | string | The Amazon Resource Name (ARN) representing the target group. |
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