Step

class Step : KotlinCustomResource

Schema for AWS::EMR::Step

Properties

Link copied to clipboard
val actionOnFailure: Output<String>

This specifies what action to take when the cluster step fails. Possible values are CANCEL_AND_WAIT and CONTINUE.

Link copied to clipboard
val awsId: Output<String>

ID generated by service

Link copied to clipboard

The HadoopJarStepConfig property type specifies a job flow step consisting of a JAR file whose main function will be executed. The main function submits a job for the cluster to execute as a step on the master node, and then waits for the job to finish or fail before executing subsequent steps.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val jobFlowId: Output<String>

A string that uniquely identifies the cluster (job flow).

Link copied to clipboard
val name: Output<String>

The name of the cluster step.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>