Get Maintenance Window
ssm_get_maintenance_window | R Documentation |
Retrieves a maintenance window¶
Description¶
Retrieves a maintenance window.
Usage¶
Arguments¶
WindowId
[required] The ID of the maintenance window for which you want to retrieve information.
Value¶
A list with the following syntax:
list(
WindowId = "string",
Name = "string",
Description = "string",
StartDate = "string",
EndDate = "string",
Schedule = "string",
ScheduleTimezone = "string",
ScheduleOffset = 123,
NextExecutionTime = "string",
Duration = 123,
Cutoff = 123,
AllowUnassociatedTargets = TRUE|FALSE,
Enabled = TRUE|FALSE,
CreatedDate = as.POSIXct(
"2015-01-01"
),
ModifiedDate = as.POSIXct(
"2015-01-01"
)
)