Describe Maintenance Start Time
| storagegateway_describe_maintenance_start_time | R Documentation |
Returns your gateway's maintenance window schedule information, with values for monthly or weekly cadence, specific day and time to begin maintenance, and which types of updates to apply¶
Description¶
Returns your gateway's maintenance window schedule information, with values for monthly or weekly cadence, specific day and time to begin maintenance, and which types of updates to apply. Time values returned are for the gateway's time zone.
Usage¶
Arguments¶
GatewayARN[required]
Value¶
A list with the following syntax:
list(
GatewayARN = "string",
HourOfDay = 123,
MinuteOfHour = 123,
DayOfWeek = 123,
DayOfMonth = 123,
Timezone = "string",
SoftwareUpdatePreferences = list(
AutomaticUpdatePolicy = "ALL_VERSIONS"|"EMERGENCY_VERSIONS_ONLY"
)
)