Get Db Proxy Target Group Result
data class GetDbProxyTargetGroupResult(val connectionPoolConfigurationInfo: DbProxyTargetGroupConnectionPoolConfigurationInfoFormat? = null, val dbClusterIdentifiers: List<String>? = null, val dbInstanceIdentifiers: List<String>? = null, val targetGroupArn: String? = null)
Properties
Link copied to clipboard
val connectionPoolConfigurationInfo: DbProxyTargetGroupConnectionPoolConfigurationInfoFormat? = null
Displays the settings that control the size and behavior of the connection pool associated with a DBProxyTarget
.
Link copied to clipboard
One or more DB cluster identifiers.
Link copied to clipboard
One or more DB instance identifiers.
Link copied to clipboard
The Amazon Resource Name (ARN) representing the target group.