MaintenanceWindowExecutionTaskInvocationIdentity
Describes the information about a task invocation for a particular target as part of a task execution performed as part of a maintenance window execution.
Contents
- EndTime
 - 
               
The time the invocation finished.
Type: Timestamp
Required: No
 - ExecutionId
 - 
               
The ID of the action performed in the service that actually handled the task invocation. If the task type is
RUN_COMMAND, this value is the command ID.Type: String
Required: No
 - InvocationId
 - 
               
The ID of the task invocation.
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
 - OwnerInformation
 - 
               
User-provided value that was specified when the target was registered with the maintenance window. This was also included in any Amazon CloudWatch Events events raised during the task invocation.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Required: No
 - Parameters
 - 
               
The parameters that were provided for the invocation when it was run.
Type: String
Required: No
 - StartTime
 - 
               
The time the invocation started.
Type: Timestamp
Required: No
 - Status
 - 
               
The status of the task invocation.
Type: String
Valid Values:
PENDING | IN_PROGRESS | SUCCESS | FAILED | TIMED_OUT | CANCELLING | CANCELLED | SKIPPED_OVERLAPPINGRequired: No
 - StatusDetails
 - 
               
The details explaining the status of the task invocation. Not available for all status values.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 250.
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 task type.
Type: String
Valid Values:
RUN_COMMAND | AUTOMATION | STEP_FUNCTIONS | LAMBDARequired: 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
 - WindowTargetId
 - 
               
The ID of the target definition in this maintenance window the invocation was performed for.
Type: String
Length Constraints: Maximum length of 36.
Required: No
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: