GetDatabaseConnectionPoolResult

data class GetDatabaseConnectionPoolResult(val clusterId: String, val dbName: String, val host: String, val id: String, val mode: String, val name: String, val password: String, val port: Int, val privateHost: String, val privateUri: String, val size: Int, val uri: String, val user: String)

A collection of values returned by getDatabaseConnectionPool.

Constructors

Link copied to clipboard
constructor(clusterId: String, dbName: String, host: String, id: String, mode: String, name: String, password: String, port: Int, privateHost: String, privateUri: String, size: Int, uri: String, user: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Name of the connection pool's default database.

Link copied to clipboard

Connection pool hostname.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The transaction mode for the connection pool.

Link copied to clipboard
Link copied to clipboard

Password for the connection pool's default user.

Link copied to clipboard
val port: Int

Network port that the connection pool is listening on.

Link copied to clipboard

Same as host, but only accessible from resources within the account and in the same region.

Link copied to clipboard

Same as uri, but only accessible from resources within the account and in the same region.

Link copied to clipboard
val size: Int

Size of the connection pool.

Link copied to clipboard
val uri: String

The full URI for connecting to the database connection pool.

Link copied to clipboard

Username for the connection pool's default user.