
com.pulumi.awsnative.datazone.kotlin.outputs.DataSourceRedshiftClusterStorage.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.datazone.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* The name of an Amazon Redshift cluster.
* @property clusterName The name of an Amazon Redshift cluster.
*/
public data class DataSourceRedshiftClusterStorage(
public val clusterName: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.datazone.outputs.DataSourceRedshiftClusterStorage): DataSourceRedshiftClusterStorage = DataSourceRedshiftClusterStorage(
clusterName = javaType.clusterName(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy