aws.service_quotas.list_service_quota_increase_requests_in_template
Example SQL Queries
SELECT * FROMaws.service_quotas.list_service_quota_increase_requests_in_template;Description
Lists the quota increase requests in the specified quota request template.
Table Definition
| Column Name | Column Data Type |
|---|---|
| aws_region Input Column The Amazon Web Services Region. | VARCHAR |
| service_code Input Column Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. | 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
| |
| desired_value The new, increased value of the quota. | DOUBLE |
| global_quota Indicates whether the quota is global. | BOOLEAN |
| quota_code Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the QuotaCode response in the output for the quota you want. | VARCHAR |
| quota_name Specifies the quota name. | VARCHAR |
| service_name Specifies the service name. | VARCHAR |
| unit The unit of measurement. | VARCHAR |