DataSourceRedshiftClusterStorageArgs

data class DataSourceRedshiftClusterStorageArgs(val clusterName: Output<String>) : ConvertibleToJava<DataSourceRedshiftClusterStorageArgs>

The name of an Amazon Redshift cluster.

Constructors

Link copied to clipboard
constructor(clusterName: Output<String>)

Properties

Link copied to clipboard
val clusterName: Output<String>

The name of an Amazon Redshift cluster.

Functions

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