
com.pulumi.gcp.dataproc.kotlin.inputs.BatchSparkSqlBatchArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-gcp-kotlin Show documentation
Show all versions of pulumi-gcp-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.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.dataproc.kotlin.inputs
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.gcp.dataproc.inputs.BatchSparkSqlBatchArgs.builder
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* @property jarFileUris HCFS URIs of jar files to be added to the Spark CLASSPATH.
* @property queryFileUri The HCFS URI of the script that contains Spark SQL queries to execute.
* @property queryVariables Mapping of query variable names to values (equivalent to the Spark SQL command: SET name="value";).
*/
public data class BatchSparkSqlBatchArgs(
public val jarFileUris: Output>? = null,
public val queryFileUri: Output? = null,
public val queryVariables: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy