{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-fms-resourceset.json",
  "title": "AWSFMSResourceSetProperties",
  "description": "Creates an AWS Firewall Manager resource set.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-fms.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-fms-resourceset.json",
    "sourceSha256": "c56e37d7c0db805ba2ba4bba5a07dd3efd4fff0349a8358f6c3fe458a0c833f0"
  },
  "type": "object",
  "properties": {
    "Name": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^([a-zA-Z0-9_.:/=+\\-@\\s]+)$",
          "minLength": 1,
          "maxLength": 128
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Description": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^([a-zA-Z0-9_.:/=+\\-@\\s]*)$",
          "maxLength": 256
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "ResourceTypeList": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/ResourceType"
      },
      "insertionOrder": true,
      "uniqueItems": true
    },
    "Resources": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/Resource"
      },
      "insertionOrder": false,
      "uniqueItems": true
    },
    "Tags": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/Tag"
      },
      "insertionOrder": true,
      "uniqueItems": true
    }
  },
  "typeName": "AWS::FMS::ResourceSet",
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-fms.git",
  "additionalProperties": false,
  "tagging": {
    "taggable": true,
    "tagOnCreate": true,
    "tagUpdatable": true,
    "cloudFormationSystemTags": true,
    "tagProperty": "/properties/Tags"
  },
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "$defs": {
    "ResourceType": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^([^\\s]*)$",
          "minLength": 1,
          "maxLength": 128
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "An AWS resource type",
      "title": "AWSFMSResourceSetResourceTypeDefinition"
    },
    "Base62Id": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^([a-z0-9A-Z]*)$",
          "minLength": 22,
          "maxLength": 22
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "A Base62 ID",
      "title": "AWSFMSResourceSetBase62IdDefinition"
    },
    "Tag": {
      "description": "A tag.",
      "type": "object",
      "properties": {
        "Key": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "^([^\\s]*)$",
              "minLength": 1,
              "maxLength": 128
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Value": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "^([^\\s]*)$",
              "maxLength": 256
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSFMSResourceSetTagDefinition",
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    },
    "Resource": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^([^\\s]*)$",
          "minLength": 1,
          "maxLength": 1024
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "A resource ARN or URI.",
      "title": "AWSFMSResourceSetResourceDefinition"
    }
  },
  "required": [
    "Name",
    "ResourceTypeList"
  ]
}
