com.pulumi.aws.emr.kotlin.inputs.ClusterStepHadoopJarStepArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-aws-kotlin Show documentation
Show all versions of pulumi-aws-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.aws.emr.kotlin.inputs
import com.pulumi.aws.emr.inputs.ClusterStepHadoopJarStepArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiNullFieldException
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 args List of command line arguments passed to the JAR file's main function when executed.
* @property jar Path to a JAR file run during the step.
* @property mainClass Name of the main class in the specified Java file. If not specified, the JAR file should specify a Main-Class in its manifest file.
* @property properties Key-Value map of Java properties that are set when the step runs. You can use these properties to pass key value pairs to your main function.
*/
public data class ClusterStepHadoopJarStepArgs(
public val args: Output>? = null,
public val jar: Output,
public val mainClass: Output? = null,
public val properties: Output