A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/SSM/Types/CreateMaintenanceWindowRequest.html below:

CreateMaintenanceWindowRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::CreateMaintenanceWindowRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing CreateMaintenanceWindowRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "MaintenanceWindowName",   description: "MaintenanceWindowDescription",
  start_date: "MaintenanceWindowStringDateTime",
  end_date: "MaintenanceWindowStringDateTime",
  schedule: "MaintenanceWindowSchedule",   schedule_timezone: "MaintenanceWindowTimezone",
  schedule_offset: 1,
  duration: 1,   cutoff: 1,   allow_unassociated_targets: false,   client_token: "ClientToken",
  tags: [
    {
      key: "TagKey",       value: "TagValue",     },
  ],
}
Instance Attribute Summary collapse Instance Attribute Details #allow_unassociated_targets ⇒ Boolean

Enables a maintenance window task to run on managed instances, even if you have not registered those instances as targets. If enabled, then you must specify the unregistered instances (by instance ID) when you register a task with the maintenance window.

If you don\'t enable this option, then you must specify previously-registered targets when you register a task with the maintenance window.

#client_token ⇒ String

User-provided idempotency token.

#cutoff ⇒ Integer

The number of hours before the end of the maintenance window that Systems Manager stops scheduling new tasks for execution.

#description ⇒ String

An optional description for the maintenance window. We recommend specifying a description to help you organize your maintenance windows.

#duration ⇒ Integer

The duration of the maintenance window in hours.

#end_date ⇒ String

The date and time, in ISO-8601 Extended format, for when you want the maintenance window to become inactive. EndDate allows you to set a date and time in the future when the maintenance window will no longer run.

#name ⇒ String

The name of the maintenance window.

#schedule ⇒ String

The schedule of the maintenance window in the form of a cron or rate expression.

#schedule_offset ⇒ Integer

The number of days to wait after the date and time specified by a CRON expression before running the maintenance window.

For example, the following cron expression schedules a maintenance window to run on the third Tuesday of every month at 11:30 PM.

cron(0 30 23 ? * TUE#3 *)

If the schedule offset is 2, the maintenance window won\'t run until two days later.

#schedule_timezone ⇒ String

The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format. For example: \"America/Los_Angeles\", \"etc/UTC\", or \"Asia/Seoul\". For more information, see the Time Zone Database on the IANA website.

#start_date ⇒ String

The date and time, in ISO-8601 Extended format, for when you want the maintenance window to become active. StartDate allows you to delay activation of the maintenance window until the specified future date.

#tags ⇒ Array<Types::Tag>

Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a maintenance window to identify the type of tasks it will run, the types of targets, and the environment it will run in. In this case, you could specify the following key name/value pairs:

To add tags to an existing maintenance window, use the AddTagsToResource action.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4