SettingsPropertiesDocDbSettingsPropertiesArgs

data class SettingsPropertiesDocDbSettingsPropertiesArgs(val certificateArn: Output<String>? = null, val databaseName: Output<String>, val port: Output<Int>, val serverName: Output<String>, val sslMode: Output<DataProviderMongoDbSslModeValue>? = null) : ConvertibleToJava<SettingsPropertiesDocDbSettingsPropertiesArgs>

DocDbSettings property identifier.

Constructors

constructor(certificateArn: Output<String>? = null, databaseName: Output<String>, port: Output<Int>, serverName: Output<String>, sslMode: Output<DataProviderMongoDbSslModeValue>? = null)

Properties

Link copied to clipboard
val certificateArn: Output<String>? = null
Link copied to clipboard
val databaseName: Output<String>
Link copied to clipboard
val port: Output<Int>
Link copied to clipboard
val serverName: Output<String>
Link copied to clipboard

Functions

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