StepState - Amazon Application Recovery Controller
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

StepState

Represents the state of a step in a plan execution.

Contents

endTime

The timestamp when a step endeded execution.

Type: Timestamp

Required: No

name

The name of a step in a workflow.

Type: String

Required: No

startTime

The timestamp when a step started execution.

Type: Timestamp

Required: No

status

The status of a step in a workflow. For example, a status might be Completed or Pending Approval.

Type: String

Valid Values: notStarted | running | failed | completed | canceled | skipped | pendingApproval

Required: No

stepMode

The mode for a step execution. The mode can be Graceful or Ungraceful.

Type: String

Valid Values: graceful | ungraceful

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: