Set the maintenance start time for a gateway.
See https://paws-r.github.io/docs/backupgateway/put_maintenance_start_time.html for full documentation.
backupgateway_put_maintenance_start_time(
DayOfMonth = NULL,
DayOfWeek = NULL,
GatewayArn,
HourOfDay,
MinuteOfHour
)
The day of the month start maintenance on a gateway.
Valid values range from Sunday
to Saturday
.
The day of the week to start maintenance on a gateway.
[required] The Amazon Resource Name (ARN) for the gateway, used to specify its maintenance start time.
[required] The hour of the day to start maintenance on a gateway.
[required] The minute of the hour to start maintenance on a gateway.