backupgateway_put_bandwidth_rate_limit_schedule: This action sets the bandwidth rate limit schedule for a...

View source: R/backupgateway_operations.R

backupgateway_put_bandwidth_rate_limit_scheduleR Documentation

This action sets the bandwidth rate limit schedule for a specified gateway

Description

This action sets the bandwidth rate limit schedule for a specified gateway. By default, gateways do not have a bandwidth rate limit schedule, which means no bandwidth rate limiting is in effect. Use this to initiate a gateway's bandwidth rate limit schedule.

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

Usage

backupgateway_put_bandwidth_rate_limit_schedule(
  BandwidthRateLimitIntervals,
  GatewayArn
)

Arguments

BandwidthRateLimitIntervals

[required] An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty.

GatewayArn

[required] The Amazon Resource Name (ARN) of the gateway. Use the list_gateways operation to return a list of gateways for your account and Amazon Web Services Region.


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