backupgateway_put_bandwidth_rate_limit_schedule {paws.networking} | R 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
|
[Package paws.networking version 0.9.0 Index]