MongoClusterConnectionString

data class MongoClusterConnectionString(val description: String? = null, val name: String? = null, val value: String? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, name: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the connection string.

Link copied to clipboard
val name: String? = null

The name which should be used for the MongoDB Cluster. Changing this forces a new resource to be created.

Link copied to clipboard
val value: String? = null

The value of the Mongo Cluster connection string. The <user>:<password> placeholder returned from API will be replaced by the real administrator_username and administrator_password if available in the state.