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
Emr |
Used by jsii to construct an instance of this class from a Javascript-owned object reference |
Emr |
Used by jsii to construct an instance of this class from DeputyProps |
Emr |
Properties
Task |
|
Task |
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. By Ref Value 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. Deputy Base. Deputy Props The deputy props
EmrTerminateCluster(Construct, String, IEmrTerminateClusterProps)
public EmrTerminateCluster(Construct scope, string id, IEmrTerminateClusterProps props)
Parameters
- scope Constructs.
Construct - id System.
String - props IEmr
Terminate Cluster Props
Properties
TaskMetrics
protected override ITaskMetricsConfig TaskMetrics { get; }
Property Value
Overrides
TaskPolicies
protected override PolicyStatement[] TaskPolicies { get; }
Property Value