Interface EmrTerminateClusterProps

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

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:48.060Z") @Stability(Stable) public interface EmrTerminateClusterProps extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
Properties for EmrTerminateCluster.

Example:

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