Settings Properties Postgre Sql Settings Properties
data class SettingsPropertiesPostgreSqlSettingsProperties(val certificateArn: String? = null, val databaseName: String, val port: Int, val serverName: String, val sslMode: DataProviderDmsSslModeValue)
PostgreSqlSettings property identifier.
Constructors
Link copied to clipboard
constructor(certificateArn: String? = null, databaseName: String, port: Int, serverName: String, sslMode: DataProviderDmsSslModeValue)