GetDbProxyTargetGroupResult

data class GetDbProxyTargetGroupResult(val connectionPoolConfigurationInfo: DbProxyTargetGroupConnectionPoolConfigurationInfoFormat? = null, val dbClusterIdentifiers: List<String>? = null, val dbInstanceIdentifiers: List<String>? = null, val targetGroupArn: String? = null)

Constructors

Link copied to clipboard
constructor(connectionPoolConfigurationInfo: DbProxyTargetGroupConnectionPoolConfigurationInfoFormat? = null, dbClusterIdentifiers: List<String>? = null, dbInstanceIdentifiers: List<String>? = null, targetGroupArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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
val targetGroupArn: String? = null

The Amazon Resource Name (ARN) representing the target group.