Interface IEmrTerminateClusterProps
Properties for EmrTerminateCluster.
Inherited Members
Namespace: Amazon.CDK.AWS.StepFunctions.Tasks
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IEmrTerminateClusterProps : ITaskStateBaseProps, IStateBaseProps, ITaskStateBaseOptions, IAssignableStateOptions, IJsonPathCommonOptions, IJsonataCommonOptions
Syntax (vb)
Public Interface IEmrTerminateClusterProps Inherits ITaskStateBaseProps, IStateBaseProps, ITaskStateBaseOptions, IAssignableStateOptions, IJsonPathCommonOptions, IJsonataCommonOptions
Remarks
ExampleMetadata: infused
Examples
new EmrTerminateCluster(this, "Task", new EmrTerminateClusterProps {
ClusterId = "ClusterId"
});
Synopsis
Properties
| ClusterId | The ClusterId to terminate. |
Properties
ClusterId
The ClusterId to terminate.
string ClusterId { get; }
Property Value
Remarks
ExampleMetadata: infused