Skip to main content

db_proxy_target_group

Gets an individual db_proxy_target_group resource

Overview

Namedb_proxy_target_group
TypeResource
Descriptiondb_proxy_target_group
Idawscc.rds.db_proxy_target_group

Fields

NameDatatypeDescription
db_proxy_namestringThe identifier for the proxy.
target_group_arnstringThe Amazon Resource Name (ARN) representing the target group.
target_group_namestringThe identifier for the DBProxyTargetGroup
connection_pool_configuration_infoobject
db_instance_identifiersarray
db_cluster_identifiersarray
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
db_proxy_name,
target_group_arn,
target_group_name,
connection_pool_configuration_info,
db_instance_identifiers,
db_cluster_identifiers
FROM awscc.rds.db_proxy_target_group
WHERE data__Identifier = '<TargetGroupArn>';

Permissions

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

Read

rds:DescribeDBProxyTargetGroups,
rds:DescribeDBProxyTargets

Update

rds:DescribeDBProxyTargetGroups,
rds:ModifyDBProxyTargetGroup,
rds:RegisterDBProxyTargets,
rds:DeregisterDBProxyTargets

Delete

rds:DeregisterDBProxyTargets