UpdateMaintenanceWindowTaskRequest

Types

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

Properties

Link copied to clipboard

The CloudWatch alarm you want to apply to your maintenance window task.

Link copied to clipboard

Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.

Link copied to clipboard

The new task description to specify.

Link copied to clipboard

The new logging location in Amazon S3 to specify.

Link copied to clipboard

The new MaxConcurrency value you want to specify. MaxConcurrency is the number of targets that are allowed to run this task, in parallel.

Link copied to clipboard

The new MaxErrors value to specify. MaxErrors is the maximum number of errors that are allowed before the task stops being scheduled.

Link copied to clipboard
val name: String?

The new task name to specify.

Link copied to clipboard

The new task priority to specify. The lower the number, the higher the priority. Tasks that have the same priority are scheduled in parallel.

Link copied to clipboard

If True, then all fields that are required by the RegisterTaskWithMaintenanceWindow operation are also required for this API request. Optional fields that aren't specified are set to null.

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 your account's service-linked role. If no service-linked role for Systems Manager exists in your account, it is created when you run RegisterTaskWithMaintenanceWindow.

Link copied to clipboard

The targets (either managed nodes or tags) to modify. Managed nodes are specified using the format Key=instanceids,Values=instanceID_1,instanceID_2. Tags are specified using the format Key=tag_name,Values=tag_value.

Link copied to clipboard

The task ARN to modify.

Link copied to clipboard

The parameters that the task should use during execution. Populate only the fields that match the task type. All other fields should be empty.

Link copied to clipboard
Link copied to clipboard

The maintenance window ID that contains the task to modify.

Link copied to clipboard

The task ID to modify.

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