aws.apigateway.get_account
Example SQL Queries
SELECT * FROMaws.apigateway.get_account;Description
Gets information about the current Account resource.
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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| api_key_version The version of the API keys used for the account. | VARCHAR |
| cloudwatch_role_arn The ARN of an Amazon CloudWatch role for the current Account. | VARCHAR |
| features A list of features supported for the account. When usage plans are enabled, the features list will include an entry of "UsagePlans". | VARCHAR[] |
Show child fields
| |
| throttle_settings Specifies the API request limits configured for the current Account. | STRUCT( |
Show child fields
| |