Interface EmrCancelStepProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
All Known Implementing Classes:
EmrCancelStepProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.89.0 (build 2f74b3e)", date="2023-11-02T10:21:24.413Z") @Stability(Stable) public interface EmrCancelStepProps extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
Properties for EmrCancelStep.

Example:

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