Connection Redshift Properties Input
data class ConnectionRedshiftPropertiesInput(val credentials: Either<ConnectionRedshiftCredentials0Properties, ConnectionRedshiftCredentials1Properties>? = null, val databaseName: String? = null, val host: String? = null, val lineageSync: ConnectionRedshiftLineageSyncConfigurationInput? = null, val port: Double? = null, val storage: Either<ConnectionRedshiftStorageProperties0Properties, ConnectionRedshiftStorageProperties1Properties>? = null)
Redshift Properties Input
Constructors
Link copied to clipboard
constructor(credentials: Either<ConnectionRedshiftCredentials0Properties, ConnectionRedshiftCredentials1Properties>? = null, databaseName: String? = null, host: String? = null, lineageSync: ConnectionRedshiftLineageSyncConfigurationInput? = null, port: Double? = null, storage: Either<ConnectionRedshiftStorageProperties0Properties, ConnectionRedshiftStorageProperties1Properties>? = null)
Properties
Link copied to clipboard
val credentials: Either<ConnectionRedshiftCredentials0Properties, ConnectionRedshiftCredentials1Properties>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard