Settings Properties Doc Db Settings Properties Args
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
Link copied to clipboard
constructor(certificateArn: Output<String>? = null, databaseName: Output<String>, port: Output<Int>, serverName: Output<String>, sslMode: Output<DataProviderMongoDbSslModeValue>? = null)