
com.pulumi.gcp.dataproc.kotlin.inputs.BatchRuntimeConfigArgs.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.BatchRuntimeConfigArgs.builder
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* @property autotuningConfig Optional. Autotuning configuration of the workload.
* Structure is documented below.
* @property cohort Optional. Cohort identifier. Identifies families of the workloads having the same shape, e.g. daily ETL jobs.
* @property containerImage Optional custom container image for the job runtime environment. If not specified, a default container image will be used.
* @property effectiveProperties (Output)
* A mapping of property names to values, which are used to configure workload execution.
* @property properties A mapping of property names to values, which are used to configure workload execution.
* @property version Version of the batch runtime.
*/
public data class BatchRuntimeConfigArgs(
public val autotuningConfig: Output? = null,
public val cohort: Output? = null,
public val containerImage: Output? = null,
public val effectiveProperties: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy