Skip to main content

db_proxy_target_groups

Retrieves a list of db_proxy_target_groups in a region

Overview

Namedb_proxy_target_groups
TypeResource
Descriptiondb_proxy_target_groups
Idawscc.rds.db_proxy_target_groups

Fields

NameDatatypeDescription
target_group_arnstringThe Amazon Resource Name (ARN) representing the target group.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
target_group_arn
FROM awscc.rds.db_proxy_target_groups
WHERE region = 'us-east-1'

Permissions

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

Create

rds:DescribeDBProxies,
rds:DescribeDBProxyTargetGroups,
rds:ModifyDBProxyTargetGroup,
rds:RegisterDBProxyTargets

List

rds:DescribeDBProxyTargetGroups