connection Pool Configuration Info
suspend fun connectionPoolConfigurationInfo(value: Output<DbProxyTargetGroupConnectionPoolConfigurationInfoFormatArgs>)
suspend fun connectionPoolConfigurationInfo(value: DbProxyTargetGroupConnectionPoolConfigurationInfoFormatArgs?)
Parameters
value
Displays the settings that control the size and behavior of the connection pool associated with a DBProxyTarget
.
suspend fun connectionPoolConfigurationInfo(argument: suspend DbProxyTargetGroupConnectionPoolConfigurationInfoFormatArgsBuilder.() -> Unit)
Parameters
argument
Displays the settings that control the size and behavior of the connection pool associated with a DBProxyTarget
.