ConnectionRedshiftPropertiesInputArgs

data class ConnectionRedshiftPropertiesInputArgs(val credentials: Output<Either<ConnectionRedshiftCredentials0PropertiesArgs, ConnectionRedshiftCredentials1PropertiesArgs>>? = null, val databaseName: Output<String>? = null, val host: Output<String>? = null, val lineageSync: Output<ConnectionRedshiftLineageSyncConfigurationInputArgs>? = null, val port: Output<Double>? = null, val storage: Output<Either<ConnectionRedshiftStorageProperties0PropertiesArgs, ConnectionRedshiftStorageProperties1PropertiesArgs>>? = null) : ConvertibleToJava<ConnectionRedshiftPropertiesInputArgs>

Redshift Properties Input

Constructors

Link copied to clipboard
constructor(credentials: Output<Either<ConnectionRedshiftCredentials0PropertiesArgs, ConnectionRedshiftCredentials1PropertiesArgs>>? = null, databaseName: Output<String>? = null, host: Output<String>? = null, lineageSync: Output<ConnectionRedshiftLineageSyncConfigurationInputArgs>? = null, port: Output<Double>? = null, storage: Output<Either<ConnectionRedshiftStorageProperties0PropertiesArgs, ConnectionRedshiftStorageProperties1PropertiesArgs>>? = null)

Properties

Link copied to clipboard
val databaseName: Output<String>? = null
Link copied to clipboard
val host: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val port: Output<Double>? = null

Functions

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