GetClusterCredentialsResult

data class GetClusterCredentialsResult(val autoCreate: Boolean? = null, val clusterIdentifier: String, val dbGroups: List<String>? = null, val dbName: String? = null, val dbPassword: String, val dbUser: String, val durationSeconds: Int? = null, val expiration: String, val id: String)

A collection of values returned by getClusterCredentials.

Constructors

Link copied to clipboard
constructor(autoCreate: Boolean? = null, clusterIdentifier: String, dbGroups: List<String>? = null, dbName: String? = null, dbPassword: String, dbUser: String, durationSeconds: Int? = null, expiration: String, id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val autoCreate: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val dbGroups: List<String>? = null
Link copied to clipboard
val dbName: String? = null
Link copied to clipboard

Temporary password that authorizes the user name returned by db_user to log on to the database db_name.

Link copied to clipboard
Link copied to clipboard
val durationSeconds: Int? = null
Link copied to clipboard

Date and time the password in db_password expires.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.