Builder

class Builder

Properties

Link copied to clipboard

The name of the action that the specified step performs.

Link copied to clipboard

The current attempt number for the specified runtime instance of the workflow step. The first run is attempt one. The number increases by one for each retry.

Link copied to clipboard

Describes the specified workflow step.

Link copied to clipboard

The timestamp when the specified runtime instance of the workflow step finished.

Link copied to clipboard

The Amazon Resource Name (ARN) of the image build version that owns the specified runtime instance of the workflow step.

Link copied to clipboard

Input parameters that Image Builder provided for the specified runtime instance of the workflow step, as a JSON-encoded string.

Link copied to clipboard

The maximum number of attempts allowed for the specified runtime instance of the workflow step, based on the retry configuration in the workflow document. If the step doesn't configure retries, the maximum is one attempt.

Link copied to clipboard

The output message from the specified runtime instance of the workflow step, if applicable.

Link copied to clipboard
var name: String?

The name of the specified runtime instance of the workflow step.

Link copied to clipboard

The action that the workflow takes if this step fails, as configured in the workflow document. Abort fails the workflow and rolls back completed steps. Continue proceeds to the next step. If the step doesn't set a value, it defaults to Abort.

Link copied to clipboard

The output values that the specified runtime instance of the workflow step produced, as a JSON-encoded string. For example, a step that launches an instance outputs the instance ID. If the step failed, this field contains the error message.

Link copied to clipboard

The request ID that uniquely identifies this request.

Link copied to clipboard

Reports on the rollback status of the specified runtime instance of the workflow step, if applicable. Rollback runs when the workflow execution fails, and undoes the work that completed steps performed.

Link copied to clipboard

The timestamp when the specified runtime instance of the workflow step started.

Link copied to clipboard

The current status for the specified runtime instance of the workflow step.

Link copied to clipboard

The unique identifier for the runtime instance of the workflow step that you specified in the request.

Link copied to clipboard

The maximum duration in seconds for this step to complete its action. If the workflow document doesn't set a timeout for the step, Image Builder applies the default timeout for the step's action. This field returns that value.

Link copied to clipboard

The Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines this workflow step.

Link copied to clipboard

The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.