backupgateway_put_maintenance_start_time: Set the maintenance start time for a gateway

View source: R/backupgateway_operations.R

backupgateway_put_maintenance_start_timeR Documentation

Set the maintenance start time for a gateway

Description

Set the maintenance start time for a gateway.

See https://www.paws-r-sdk.com/docs/backupgateway_put_maintenance_start_time/ for full documentation.

Usage

backupgateway_put_maintenance_start_time(
  DayOfMonth = NULL,
  DayOfWeek = NULL,
  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.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.