aws.service_quotas.get_service_quota_increase_request_from_template
Example SQL Queries
SELECT * FROMaws.service_quotas.get_service_quota_increase_request_from_templateWHERE"service_code" = 'VALUE'AND "quota_code" = 'VALUE'AND "aws_region" = 'VALUE';Description
Retrieves information about the specified quota increase request in your quota request template.
Table Definition
| Column Name | Column Data Type |
|---|---|
| aws_region Required Input Column Specifies the Amazon Web Services Region for which you made the request. | VARCHAR |
| quota_code Required Input Column 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 |
| service_code Required 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
| |
| service_quota_increase_request_in_template Information about the quota increase request. | STRUCT( |
Show child fields
| |