Data Source schema for AWS::RDS::DBProxyTargetGroup
id
(String) Uniquely identifies the resource.connection_pool_configuration_info
(Attributes) (see below for nested schema)db_cluster_identifiers
(List of String)db_instance_identifiers
(List of String)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 DBProxyTargetGroupconnection_pool_configuration_info
Read-Only:
connection_borrow_timeout
(Number) The number of seconds for a proxy to wait for a connection to become available in the connection pool.init_query
(String) One or more SQL statements for the proxy to run when opening each new database connection.max_connections_percent
(Number) The maximum size of the connection pool for each target in a target group.max_idle_connections_percent
(Number) Controls how actively the proxy closes idle database connections in the connection pool.session_pinning_filters
(List of String) Each item in the list represents a class of SQL operations that normally cause all later statements in a session using a proxy to be pinned to the same underlying database connection.