
com.pulumi.googlenative.notebooks.v1.kotlin.outputs.DataprocParametersResponse.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-google-native-kotlin Show documentation
Show all versions of pulumi-google-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
The newest version!
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.googlenative.notebooks.v1.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* Parameters used in Dataproc JobType executions.
* @property cluster URI for cluster used to run Dataproc execution. Format: `projects/{PROJECT_ID}/regions/{REGION}/clusters/{CLUSTER_NAME}`
*/
public data class DataprocParametersResponse(
public val cluster: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.googlenative.notebooks.v1.outputs.DataprocParametersResponse): DataprocParametersResponse = DataprocParametersResponse(
cluster = javaType.cluster(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy