aws.redshift_serverless.list_usage_limits
Example SQL Queries
SELECT * FROMaws.redshift_serverless.list_usage_limits;Description
Lists all usage limits within Amazon Redshift Serverless.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_arn Input Column The Amazon Resource Name (ARN) that identifies the Amazon Redshift Serverless resource. | VARCHAR |
| usage_type Input Column The Amazon Redshift Serverless feature to limit. | 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 |
| amount The limit amount. If time-based, this amount is in RPUs consumed per hour. If data-based, this amount is in terabytes (TB). The value must be a positive number. | BIGINT |
| breach_action The action that Amazon Redshift Serverless takes when the limit is reached. | VARCHAR |
| period The time period that the amount applies to. A weekly period begins on Sunday. The default is monthly. | VARCHAR |
| usage_limit_arn The Amazon Resource Name (ARN) of the resource associated with the usage limit. | VARCHAR |
| usage_limit_id The identifier of the usage limit. | VARCHAR |