GetMaintenanceWindowTaskResponse

Types

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

Properties

Link copied to clipboard

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

Link copied to clipboard

The action to take on tasks when the maintenance window cutoff time is reached. CONTINUE_TASK means that tasks continue to run. For Automation, Lambda, Step Functions tasks, CANCEL_TASK means that currently running task invocations continue, but no new task invocations are started. For Run Command tasks, CANCEL_TASK means the system attempts to stop the task by sending a CancelCommand operation.

Link copied to clipboard

The retrieved task description.

Link copied to clipboard

The location in Amazon Simple Storage Service (Amazon S3) where the task results are logged.

Link copied to clipboard

The maximum number of targets allowed to run this task in parallel.

Link copied to clipboard

The maximum number of errors allowed before the task stops being scheduled.

Link copied to clipboard
val name: String?

The retrieved task name.

Link copied to clipboard

The priority of the task when it runs. The lower the number, the higher the priority. Tasks that have the same priority are scheduled in parallel.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM service role for Amazon Web Services Systems Manager to assume when running a maintenance window task. If you do not specify a service role ARN, Systems Manager uses a service-linked role in your account. If no appropriate service-linked role for Systems Manager exists in your account, it is created when you run RegisterTaskWithMaintenanceWindow.

Link copied to clipboard

The targets where the task should run.

Link copied to clipboard

The resource that the task used during execution. For RUN_COMMAND and AUTOMATION task types, the value of TaskArn is the SSM document name/ARN. For LAMBDA tasks, the value is the function name/ARN. For STEP_FUNCTIONS tasks, the value is the state machine ARN.

Link copied to clipboard

The parameters to pass to the task when it runs.

Link copied to clipboard

The parameters to pass to the task when it runs.

Link copied to clipboard

The type of task to run.

Link copied to clipboard

The retrieved maintenance window ID.

Link copied to clipboard

The retrieved maintenance window task ID.

Functions

Link copied to clipboard
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