SecretBackendConnectionMongodbatlasArgs

data class SecretBackendConnectionMongodbatlasArgs(val privateKey: Output<String>, val projectId: Output<String>, val publicKey: Output<String>) : ConvertibleToJava<SecretBackendConnectionMongodbatlasArgs>

Constructors

Link copied to clipboard
constructor(privateKey: Output<String>, projectId: Output<String>, publicKey: Output<String>)

Properties

Link copied to clipboard
val privateKey: Output<String>

The Private Programmatic API Key used to connect with MongoDB Atlas API.

Link copied to clipboard
val projectId: Output<String>

The Project ID the Database User should be created within.

Link copied to clipboard
val publicKey: Output<String>

The Public Programmatic API Key used to authenticate with the MongoDB Atlas API.

Functions

Link copied to clipboard
open override fun toJava(): SecretBackendConnectionMongodbatlasArgs