API Gateway Account

The API Gateway Account resource in AWS represents the account-level settings for Amazon API Gateway. It includes configuration details such as the CloudWatch role ARN used for logging and monitoring, as well as limits and quotas that apply across all APIs in the account. This resource helps manage global API Gateway settings rather than individual API configurations.

aws.apigateway_account

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
api_key_versioncorestringThe version of the API keys used for the account.
cloudwatch_role_arncorestringThe ARN of an Amazon CloudWatch role for the current Account.
featurescorearray<string>A list of features supported for the account. When usage plans are enabled, the features list will include an entry of "UsagePlans".
tagscorehstore
throttle_settingscorejsonSpecifies the API request limits configured for the current Account.