{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-wafv2-webaclassociation.json",
  "title": "AWSWAFv2WebACLAssociationProperties",
  "description": "Associates WebACL to Application Load Balancer, CloudFront or API Gateway.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-wafv2.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-wafv2-webaclassociation.json",
    "sourceSha256": "b577fe8ebdb4de4d9bebc5268af12e09304505feea19947303d819af21054ba7"
  },
  "type": "object",
  "properties": {
    "ResourceArn": {
      "$ref": "#/$defs/ResourceArn"
    },
    "WebACLArn": {
      "$ref": "#/$defs/ResourceArn"
    }
  },
  "typeName": "AWS::WAFv2::WebACLAssociation",
  "$defs": {
    "ResourceArn": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 20,
          "maxLength": 2048
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSWAFv2WebACLAssociationResourceArnDefinition"
    }
  },
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-wafv2.git",
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/ResourceArn",
    "/properties/WebACLArn"
  ],
  "required": [
    "ResourceArn",
    "WebACLArn"
  ],
  "createOnlyProperties": [
    "/properties/ResourceArn",
    "/properties/WebACLArn"
  ]
}
