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