aws.backup_gateway.get_bandwidth_rate_limit_schedule
Example SQL Queries
SELECT * FROMaws.backup_gateway.get_bandwidth_rate_limit_scheduleWHERE"gateway_arn" = 'VALUE';Description
Retrieves the bandwidth rate limit schedule for a specified gateway. By default, gateways do not have bandwidth rate limit schedules, which means no bandwidth rate limiting is in effect. Use this to get a gateway's bandwidth rate limit schedule.
Table Definition
| Column Name | Column Data Type |
|---|---|
| gateway_arn Required Input Column The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| bandwidth_rate_limit_intervals An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty. | STRUCT( |
Show child fields
| |