Show / Hide Table of Contents

Interface IEmrTerminateClusterProps

Properties for EmrTerminateCluster.

Inherited Members
ITaskStateBaseProps.ResultPath
ITaskStateBaseProps.ResultSelector
IStateBaseProps.Comment
IStateBaseProps.QueryLanguage
IStateBaseProps.StateName
ITaskStateBaseOptions.Credentials
ITaskStateBaseOptions.Heartbeat
ITaskStateBaseOptions.HeartbeatTimeout
ITaskStateBaseOptions.IntegrationPattern
ITaskStateBaseOptions.TaskTimeout
ITaskStateBaseOptions.Timeout
IAssignableStateOptions.Assign
IJsonPathCommonOptions.InputPath
IJsonPathCommonOptions.OutputPath
IJsonataCommonOptions.Outputs
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

string

Remarks

ExampleMetadata: infused

Back to top Generated by DocFX