GetDatabaseReplicaResult

data class GetDatabaseReplicaResult(val clusterId: String, val database: String, val host: String, val id: String, val name: String, val password: String, val port: Int, val privateHost: String, val privateNetworkUuid: String, val privateUri: String, val region: String, val storageSizeMib: String, val tags: List<String>? = null, val uri: String, val user: String, val uuid: String)

A collection of values returned by getDatabaseReplica.

Constructors

Link copied to clipboard
constructor(clusterId: String, database: String, host: String, id: String, name: String, password: String, port: Int, privateHost: String, privateNetworkUuid: String, privateUri: String, region: String, storageSizeMib: String, tags: List<String>? = null, uri: String, user: String, uuid: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Name of the replica's default database.

Link copied to clipboard

Database replica's hostname.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

Password for the replica's default user.

Link copied to clipboard
val port: Int

Network port that the database replica 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
Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: List<String>? = null

A list of tag names to be applied to the database replica.

Link copied to clipboard
val uri: String

The full URI for connecting to the database replica.

Link copied to clipboard

Username for the replica's default user.

Link copied to clipboard

The UUID of the database replica.