ssm_get_automation_execution: Get detailed information about a particular Automation execution
Description
Get detailed information about a particular Automation execution.
Usage
ssm_get_automation_execution(AutomationExecutionId)
Arguments
AutomationExecutionId
[required] The unique identifier for an existing automation execution to examine.
The execution ID is returned by StartAutomationExecution when the
execution of an Automation document is initiated.
Request syntax
svc$get_automation_execution(
AutomationExecutionId = "string"
)