Class EmrTerminateCluster
A Step Functions Task to terminate an EMR Cluster.
Inherited Members
Namespace: Amazon.CDK.AWS.StepFunctions.Tasks
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class EmrTerminateCluster : TaskStateBase, IChainable, INextable
Syntax (vb)
Public Class EmrTerminateCluster Inherits TaskStateBase Implements IChainable, INextable
Remarks
ExampleMetadata: infused
Examples
new EmrTerminateCluster(this, "Task", new EmrTerminateClusterProps {
ClusterId = "ClusterId"
});
Synopsis
Constructors
| EmrTerminateCluster(Construct, string, IEmrTerminateClusterProps) | A Step Functions Task to terminate an EMR Cluster. |
Properties
| TaskMetrics | A Step Functions Task to terminate an EMR Cluster. |
| TaskPolicies | A Step Functions Task to terminate an EMR Cluster. |
Methods
| JsonPath(Construct, string, IEmrTerminateClusterJsonPathProps) | A Step Functions Task using JSONPath to terminate an EMR Cluster. |
| Jsonata(Construct, string, IEmrTerminateClusterJsonataProps) | A Step Functions Task using JSONata to terminate an EMR Cluster. |
Constructors
EmrTerminateCluster(Construct, string, IEmrTerminateClusterProps)
A Step Functions Task to terminate an EMR Cluster.
public EmrTerminateCluster(Construct scope, string id, IEmrTerminateClusterProps props)
Parameters
- scope Construct
- id string
Descriptive identifier for this chainable.
- props IEmrTerminateClusterProps
Remarks
ExampleMetadata: infused
Properties
TaskMetrics
A Step Functions Task to terminate an EMR Cluster.
protected override ITaskMetricsConfig? TaskMetrics { get; }
Property Value
Overrides
Remarks
ExampleMetadata: infused
TaskPolicies
A Step Functions Task to terminate an EMR Cluster.
protected override PolicyStatement[]? TaskPolicies { get; }
Property Value
Overrides
Remarks
ExampleMetadata: infused
Methods
JsonPath(Construct, string, IEmrTerminateClusterJsonPathProps)
A Step Functions Task using JSONPath to terminate an EMR Cluster.
public static EmrTerminateCluster JsonPath(Construct scope, string id, IEmrTerminateClusterJsonPathProps props)
Parameters
- scope Construct
- id string
- props IEmrTerminateClusterJsonPathProps
Returns
Remarks
ExampleMetadata: infused
Jsonata(Construct, string, IEmrTerminateClusterJsonataProps)
A Step Functions Task using JSONata to terminate an EMR Cluster.
public static EmrTerminateCluster Jsonata(Construct scope, string id, IEmrTerminateClusterJsonataProps props)
Parameters
- scope Construct
- id string
- props IEmrTerminateClusterJsonataProps
Returns
Remarks
ExampleMetadata: infused