All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.awsnative.datazone.kotlin.outputs.DataSourceRedshiftStorage1Properties.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.datazone.kotlin.outputs

import kotlin.Suppress

/**
 * The details of the Amazon Redshift Serverless workgroup source.
 * @property redshiftServerlessSource
 */
public data class DataSourceRedshiftStorage1Properties(
    public val redshiftServerlessSource: DataSourceRedshiftServerlessStorage,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.datazone.outputs.DataSourceRedshiftStorage1Properties): DataSourceRedshiftStorage1Properties = DataSourceRedshiftStorage1Properties(
            redshiftServerlessSource = javaType.redshiftServerlessSource().let({ args0 ->
                com.pulumi.awsnative.datazone.kotlin.outputs.DataSourceRedshiftServerlessStorage.Companion.toKotlin(args0)
            }),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy