MaintenanceWindowExecutionTaskIdentity - AWS Systems Manager

MaintenanceWindowExecutionTaskIdentity

Information about a task execution performed as part of a maintenance window execution.

Contents

AlarmConfiguration

The details for the CloudWatch alarm applied to your maintenance window task.

Type: AlarmConfiguration object

Required: No

EndTime

The time the task execution finished.

Type: Timestamp

Required: No

StartTime

The time the task execution started.

Type: Timestamp

Required: No

Status

The status of the task execution.

Type: String

Valid Values: PENDING | IN_PROGRESS | SUCCESS | FAILED | TIMED_OUT | CANCELLING | CANCELLED | SKIPPED_OVERLAPPING

Required: No

StatusDetails

The details explaining the status of the task execution. Not available for all status values.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 250.

Required: No

TaskArn

The Amazon Resource Name (ARN) of the task that ran.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 1600.

Required: No

TaskExecutionId

The ID of the specific task execution in the maintenance window execution.

Type: String

Length Constraints: Fixed length of 36.

Pattern: ^[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}$

Required: No

TaskType

The type of task that ran.

Type: String

Valid Values: RUN_COMMAND | AUTOMATION | STEP_FUNCTIONS | LAMBDA

Required: No

TriggeredAlarms

The CloudWatch alarm that was invoked by the maintenance window task.

Type: Array of AlarmStateInformation objects

Array Members: Fixed number of 1 item.

Required: No

WindowExecutionId

The ID of the maintenance window execution that ran the task.

Type: String

Length Constraints: Fixed length of 36.

Pattern: ^[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}$

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: