db_proxy_target_group
Gets an individual db_proxy_target_group
resource
Overview
Name | db_proxy_target_group |
Type | Resource |
Description | db_proxy_target_group |
Id | awscc.rds.db_proxy_target_group |
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
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