java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.core.Construct
All Implemented Interfaces:
software.amazon.awscdk.core.IConstruct, software.amazon.awscdk.core.IDependable, IChainable, INextable, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct

@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-31T18:44:19.651Z") @Stability(Stable) public class EmrCancelStep extends TaskStateBase
A Step Functions Task to to cancel a Step on an EMR Cluster.

Example:

 EmrCancelStep.Builder.create(this, "Task")
         .clusterId("ClusterId")
         .stepId("StepId")
         .build();
 
  • Constructor Details

    • EmrCancelStep

      protected EmrCancelStep(software.amazon.jsii.JsiiObjectRef objRef)
    • EmrCancelStep

      protected EmrCancelStep(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • EmrCancelStep

      @Stability(Stable) public EmrCancelStep(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull EmrCancelStepProps props)
      Parameters:
      scope - This parameter is required.
      id - This parameter is required.
      props - This parameter is required.
  • Method Details