paws.management (version 0.1.0)

ssm_describe_automation_step_executions: Information about all active and terminated step executions in an Automation workflow

Description

Information about all active and terminated step executions in an Automation workflow.

Usage

ssm_describe_automation_step_executions(AutomationExecutionId, Filters,
  NextToken, MaxResults, ReverseOrder)

Arguments

AutomationExecutionId

[required] The Automation execution ID for which you want step execution descriptions.

Filters

One or more filters to limit the number of step executions returned by the request.

NextToken

The token for the next set of items to return. (You received this token from a previous call.)

MaxResults

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

ReverseOrder

A boolean that indicates whether to list step executions in reverse order by start time. The default value is false.

Request syntax

svc$describe_automation_step_executions(
  AutomationExecutionId = "string",
  Filters = list(
    list(
      Key = "StartTimeBefore"|"StartTimeAfter"|"StepExecutionStatus"|"StepExecutionId"|"StepName"|"Action",
      Values = list(
        "string"
      )
    )
  ),
  NextToken = "string",
  MaxResults = 123,
  ReverseOrder = TRUE|FALSE
)