Get Database Cluster Result
data class GetDatabaseClusterResult(val database: String, val engine: String, val host: String, val id: String, val maintenanceWindows: List<GetDatabaseClusterMaintenanceWindow>, val name: String, val nodeCount: Int, val password: String, val port: Int, val privateHost: String, val privateNetworkUuid: String, val privateUri: String, val projectId: String, val region: String, val size: String, val storageSizeMib: String, val tags: List<String>? = null, val uiDatabase: String, val uiHost: String, val uiPassword: String, val uiPort: Int, val uiUri: String, val uiUser: String, val uri: String, val urn: String, val user: String, val version: String)
A collection of values returned by getDatabaseCluster.
Constructors
Link copied to clipboard
constructor(database: String, engine: String, host: String, id: String, maintenanceWindows: List<GetDatabaseClusterMaintenanceWindow>, name: String, nodeCount: Int, password: String, port: Int, privateHost: String, privateNetworkUuid: String, privateUri: String, projectId: String, region: String, size: String, storageSizeMib: String, tags: List<String>? = null, uiDatabase: String, uiHost: String, uiPassword: String, uiPort: Int, uiUri: String, uiUser: String, uri: String, urn: String, user: String, version: String)
Properties
Link copied to clipboard
Defines when the automatic maintenance should be performed for the database cluster.
Link copied to clipboard
Same as host
, but only accessible from resources within the account and in the same region.
Link copied to clipboard
The ID of the VPC where the database cluster is located.
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
Name of the OpenSearch dashboard db.
Link copied to clipboard
Password for the OpenSearch dashboard's default user.