Skip to main content

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

Namedb_proxy_target_groups_list_only
TypeResource
DescriptionResource schema for AWS::RDS::DBProxyTargetGroup
Idaws.rds.db_proxy_target_groups_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

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