Retrieves details about a specific a maintenance window execution.
ssm_get_maintenance_window_execution(WindowExecutionId)
A list with the following syntax:
list(
WindowExecutionId = "string",
TaskIds = list(
"string"
),
Status = "PENDING"|"IN_PROGRESS"|"SUCCESS"|"FAILED"|"TIMED_OUT"|"CANCELLING"|"CANCELLED"|"SKIPPED_OVERLAPPING",
StatusDetails = "string",
StartTime = as.POSIXct(
"2015-01-01"
),
EndTime = as.POSIXct(
"2015-01-01"
)
)
[required] The ID of the maintenance window execution that includes the task.
svc$get_maintenance_window_execution(
WindowExecutionId = "string"
)