{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-apigateway-account.json",
  "title": "AWSApiGatewayAccountProperties",
  "description": "Resource Type definition for AWS::ApiGateway::Account. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-apigateway>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-apigateway-account.json",
    "sourceSha256": "51f3b1c95e2e52423f1fdff20dbe7ff284a9e6bc5beb565ec805d6a7ea0ab174"
  },
  "type": "object",
  "properties": {
    "CloudWatchRoleArn": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The Amazon Resource Name (ARN) of an IAM role that has write access to CloudWatch Logs in your account."
    }
  },
  "typeName": "AWS::ApiGateway::Account",
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-apigateway",
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/Id"
  ]
}
