--- layout: "aws" page_title: "AWS: aws_api_gateway_account" sidebar_current: "docs-aws-resource-api-gateway-account" description: |- Provides a settings of an API Gateway Account. --- # aws\_api\_gateway\_account Provides a settings of an API Gateway Account. Settings is applied region-wide per `provider` block. -> **Note:** As there is no API method for deleting account settings or resetting it to defaults, destroying this resource will keep your account settings intact ## Example Usage ```hcl resource "aws_api_gateway_account" "demo" { cloudwatch_role_arn = "${aws_iam_role.cloudwatch.arn}" } resource "aws_iam_role" "cloudwatch" { name = "api_gateway_cloudwatch_global" assume_role_policy = <