Class EmrSetClusterTerminationProtection

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.services.stepfunctions.State
software.amazon.awscdk.services.stepfunctions.TaskStateBase
software.amazon.awscdk.services.stepfunctions.tasks.EmrSetClusterTerminationProtection
All Implemented Interfaces:
IChainable, INextable, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.95.0 (build f1ff514)", date="2024-03-26T18:09:30.844Z") @Stability(Stable) public class EmrSetClusterTerminationProtection extends TaskStateBase
A Step Functions Task to to set Termination Protection on an EMR Cluster.

Example:

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

    • EmrSetClusterTerminationProtection

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

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

      @Stability(Stable) public EmrSetClusterTerminationProtection(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull EmrSetClusterTerminationProtectionProps props)
      Parameters:
      scope - This parameter is required.
      id - Descriptive identifier for this chainable. This parameter is required.
      props - This parameter is required.
  • Method Details