aws.service_quotas.list_services
Example SQL Queries
SELECT * FROMaws.service_quotas.list_services;Description
Lists the names and codes for the Amazon Web Services integrated with Service Quotas.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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_code Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation. | VARCHAR |
| service_name Specifies the service name. | VARCHAR |