{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-route53resolver-firewallrulegroupassociation.json",
  "title": "AWSRoute53ResolverFirewallRuleGroupAssociationProperties",
  "description": "Resource schema for AWS::Route53Resolver::FirewallRuleGroupAssociation.. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-route53resolver-firewallrulegroupassociation.json",
    "sourceSha256": "ade68da58d3ae962bfaf59af54c1f4ea4ba149f2be3e19216f15acaba47bb9e5"
  },
  "type": "object",
  "properties": {
    "FirewallRuleGroupId": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 64
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "FirewallRuleGroupId"
    },
    "VpcId": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 64
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "VpcId"
    },
    "Name": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "(?!^[0-9]+$)([a-zA-Z0-9\\-_' ']+)",
          "minLength": 0,
          "maxLength": 64
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "FirewallRuleGroupAssociationName"
    },
    "Priority": {
      "description": "Priority",
      "type": "integer"
    },
    "MutationProtection": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "ENABLED",
            "DISABLED"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "MutationProtectionStatus"
    },
    "Tags": {
      "description": "Tags",
      "type": "array",
      "insertionOrder": false,
      "uniqueItems": true,
      "items": {
        "$ref": "#/$defs/Tag"
      }
    }
  },
  "typeName": "AWS::Route53Resolver::FirewallRuleGroupAssociation",
  "$defs": {
    "Tag": {
      "description": "A key-value pair to associate with a resource.",
      "type": "object",
      "properties": {
        "Key": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 1,
              "maxLength": 127
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -."
        },
        "Value": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 0,
              "maxLength": 255
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -."
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "title": "AWSRoute53ResolverFirewallRuleGroupAssociationTagDefinition",
      "additionalProperties": false
    }
  },
  "additionalProperties": false,
  "readOnlyProperties": [
    "/properties/Id",
    "/properties/Arn",
    "/properties/ManagedOwnerName",
    "/properties/Status",
    "/properties/StatusMessage",
    "/properties/CreatorRequestId",
    "/properties/CreationTime",
    "/properties/ModificationTime"
  ],
  "required": [
    "FirewallRuleGroupId",
    "VpcId",
    "Priority"
  ],
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "createOnlyProperties": [
    "/properties/FirewallRuleGroupId",
    "/properties/VpcId"
  ]
}
