Systems Manager Automation Execution

Systems Manager Automation Execution in AWS represents the running instance of an automation workflow defined in Systems Manager. It provides details about the execution status, progress, and results of automation documents (runbooks) that automate operational tasks such as patching, configuration updates, or resource management.

aws.ssm_automation_execution

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
alarm_configurationcorejsonThe details for the CloudWatch alarm applied to your automation.
association_idcorestringThe ID of a State Manager association used in the Automation operation.
automation_execution_idcorestringThe execution ID.
automation_execution_statuscorestringThe execution status of the Automation.
automation_subtypecorestringThe subtype of the Automation operation. Currently, the only supported value is ChangeRequest.
change_request_namecorestringThe name of the Change Manager change request.
current_actioncorestringThe action of the step that is currently running.
current_step_namecorestringThe name of the step that is currently running.
document_namecorestringThe name of the Automation runbook used during the execution.
document_versioncorestringThe version of the document to use during execution.
executed_bycorestringThe Amazon Resource Name (ARN) of the user who ran the automation.
execution_end_timecoretimestampThe time the execution finished.
execution_start_timecoretimestampThe time the execution started.
failure_messagecorestringA message describing why an execution has failed, if the status is set to Failed.
max_concurrencycorestringThe MaxConcurrency value specified by the user when the execution started.
max_errorscorestringThe MaxErrors value specified by the user when the execution started.
modecorestringThe automation execution mode.
ops_item_idcorestringThe ID of an OpsItem that is created to represent a Change Manager change request.
outputscorestringThe list of execution outputs as defined in the Automation runbook.
parameterscorestringThe key-value map of execution parameters, which were supplied when calling StartAutomationExecution.
parent_automation_execution_idcorestringThe AutomationExecutionId of the parent automation.
progress_counterscorejsonAn aggregate of step execution statuses displayed in the Amazon Web Services Systems Manager console for a multi-Region and multi-account Automation execution.
resolved_targetscorejsonA list of resolved targets in the rate control execution.
runbookscorejsonInformation about the Automation runbooks that are run as part of a runbook workflow. The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.
scheduled_timecoretimestampThe date and time the Automation operation is scheduled to start.
step_executionscorejsonA list of details about the current state of all steps that comprise an execution. An Automation runbook contains a list of steps that are run in order.
step_executions_truncatedcoreboolA boolean value that indicates if the response contains the full list of the Automation step executions. If true, use the DescribeAutomationStepExecutions API operation to get the full list of step executions.
tagscorehstore
targetcorestringThe target of the execution.
target_locationscorejsonThe combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the Automation.
target_locations_urlcorestringA publicly accessible URL for a file that contains the TargetLocations body. Currently, only files in presigned Amazon S3 buckets are supported
target_mapscorearray<string>The specified key-value mapping of document parameters to target resources.
target_parameter_namecorestringThe parameter name.
targetscorejsonThe specified targets.
triggered_alarmscorejsonThe CloudWatch alarm that was invoked by the automation.
variablescorestringVariables defined for the automation.