db_proxy_target_groups
Retrieves a list of db_proxy_target_groups
in a region
Overview
Name | db_proxy_target_groups |
Type | Resource |
Description | db_proxy_target_groups |
Id | awscc.rds.db_proxy_target_groups |
Fields
Name | Datatype | Description |
---|---|---|
target_group_arn | string | The Amazon Resource Name (ARN) representing the target group. |
region | string | AWS 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