Builder

class Builder

Properties

Link copied to clipboard

The action this step performs. The action determines the behavior of the step.

Link copied to clipboard

If a step has finished execution, this contains the time the execution ended. If the step hasn't yet concluded, this field isn't populated.

Link copied to clipboard

If a step has begun execution, this contains the time the step started. If the step is in Pending status, this field isn't populated.

Link copied to clipboard

Information about the Automation failure.

Link copied to clipboard

If a step failed, this message explains why the execution failed.

Link copied to clipboard

Fully-resolved values passed into the step before execution.

Link copied to clipboard

The flag which can be used to help decide whether the failure of current step leads to the Automation failure.

Link copied to clipboard

The flag which can be used to end automation no matter whether the step succeeds or fails.

Link copied to clipboard

The maximum number of tries to run the action of the step. The default value is 1.

Link copied to clipboard

The next step after the step succeeds.

Link copied to clipboard

The action to take if the step fails. The default value is Abort.

Link copied to clipboard

Returned values from the execution of the step.

Link copied to clipboard

A user-specified list of parameters to override when running a step.

Link copied to clipboard

Information about the parent step.

Link copied to clipboard

A message associated with the response code for an execution.

Link copied to clipboard

The response code returned by the execution of the step.

Link copied to clipboard

The unique ID of a step execution.

Link copied to clipboard

The name of this execution step.

Link copied to clipboard

The execution status for this step.

Link copied to clipboard

The combination of Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Automation execution.

Link copied to clipboard

The targets for the step execution.

Link copied to clipboard

The timeout seconds of the step.

Link copied to clipboard

The CloudWatch alarms that were invoked by the automation.

Link copied to clipboard

Strategies used when step fails, we support Continue and Abort. Abort will fail the automation when the step fails. Continue will ignore the failure of current step and allow automation to run the next step. With conditional branching, we add step:stepName to support the automation to go to another specific step.

Functions

Link copied to clipboard
Link copied to clipboard