Skip to content

Put Maintenance Start Time

backupgateway_put_maintenance_start_time R Documentation

Set the maintenance start time for a gateway

Description

Set the maintenance start time for a gateway.

Usage

backupgateway_put_maintenance_start_time(DayOfMonth, DayOfWeek,
  GatewayArn, HourOfDay, MinuteOfHour)

Arguments

DayOfMonth

The day of the month start maintenance on a gateway.

Valid values range from Sunday to Saturday.

DayOfWeek

The day of the week to start maintenance on a gateway.

GatewayArn

[required] The Amazon Resource Name (ARN) for the gateway, used to specify its maintenance start time.

HourOfDay

[required] The hour of the day to start maintenance on a gateway.

MinuteOfHour

[required] The minute of the hour to start maintenance on a gateway.

Value

A list with the following syntax:

list(
  GatewayArn = "string"
)

Request syntax

svc$put_maintenance_start_time(
  DayOfMonth = 123,
  DayOfWeek = 123,
  GatewayArn = "string",
  HourOfDay = 123,
  MinuteOfHour = 123
)