Class EmrTerminateCluster

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.core.Construct
software.amazon.awscdk.services.stepfunctions.State
software.amazon.awscdk.services.stepfunctions.TaskStateBase
software.amazon.awscdk.services.stepfunctions.tasks.EmrTerminateCluster
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.743Z") @Stability(Stable) public class EmrTerminateCluster extends TaskStateBase
A Step Functions Task to terminate an EMR Cluster.

Example:

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

    • EmrTerminateCluster

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

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

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