Builder
Properties
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.
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.
Information about the Automation failure.
If a step failed, this message explains why the execution failed.
The flag which can be used to help decide whether the failure of current step leads to the Automation failure.
The maximum number of tries to run the action of the step. The default value is 1
.
A user-specified list of parameters to override when running a step.
Information about the parent step.
The response code returned by the execution of the step.
The unique ID of a step execution.
The execution status for this step.
The combination of Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Automation execution.
The timeout seconds of the step.
The CloudWatch alarms that were invoked by the automation.
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
construct an aws.sdk.kotlin.services.ssm.model.FailureDetails inside the given block
construct an aws.sdk.kotlin.services.ssm.model.ParentStepDetails inside the given block
construct an aws.sdk.kotlin.services.ssm.model.TargetLocation inside the given block