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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time the invocation finished.

Link copied to clipboard

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.

Link copied to clipboard

The ID of the task invocation.

Link copied to clipboard

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.

Link copied to clipboard

The parameters that were provided for the invocation when it was run.

Link copied to clipboard

The time the invocation started.

Link copied to clipboard

The status of the task invocation.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard

The ID of the target definition in this maintenance window the invocation was performed for.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String