DataSourceRedshiftParametersArgs

data class DataSourceRedshiftParametersArgs(val clusterId: Output<String>? = null, val database: Output<String>, val host: Output<String>? = null, val port: Output<Double>? = null) : ConvertibleToJava<DataSourceRedshiftParametersArgs>

Amazon Redshift parameters. The ClusterId field can be blank if Host and Port are both set. The Host and Port fields can be blank if the ClusterId field is set.

Constructors

Link copied to clipboard
fun DataSourceRedshiftParametersArgs(clusterId: Output<String>? = null, database: Output<String>, host: Output<String>? = null, port: Output<Double>? = null)

Functions

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

Properties

Link copied to clipboard
val clusterId: Output<String>? = null

Cluster ID. This field can be blank if the Host and Port are provided.

Link copied to clipboard
val database: Output<String>

Database.

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

Host. This field can be blank if ClusterId is provided.

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

Port. This field can be blank if the ClusterId is provided.