Class EmrTerminateCluster
A Step Functions Task to terminate an EMR Cluster.
Inherited Members
Namespace: Amazon.CDK.AWS.StepFunctions.Tasks
Assembly: Amazon.CDK.AWS.StepFunctions.Tasks.dll
Syntax (csharp)
public class EmrTerminateCluster : TaskStateBase, IConstruct, IDependable, IChainable, INextable
Syntax (vb)
Public Class EmrTerminateCluster
Inherits TaskStateBase
Implements IConstruct, IDependable, IChainable, INextable
Remarks
ExampleMetadata: infused
Examples
new EmrTerminateCluster(this, "Task", new EmrTerminateClusterProps {
ClusterId = "ClusterId"
});
Synopsis
Constructors
EmrTerminateCluster(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
EmrTerminateCluster(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
EmrTerminateCluster(Construct, String, IEmrTerminateClusterProps) |
Properties
TaskMetrics | |
TaskPolicies |
Constructors
EmrTerminateCluster(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected EmrTerminateCluster(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
EmrTerminateCluster(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected EmrTerminateCluster(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
EmrTerminateCluster(Construct, String, IEmrTerminateClusterProps)
public EmrTerminateCluster(Construct scope, string id, IEmrTerminateClusterProps props)
Parameters
- scope Constructs.Construct
- id System.String
- props IEmrTerminateClusterProps
Properties
TaskMetrics
protected override ITaskMetricsConfig TaskMetrics { get; }
Property Value
Overrides
TaskPolicies
protected override PolicyStatement[] TaskPolicies { get; }
Property Value
Overrides
Implements
Constructs.IConstruct