{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-forecast-datasetgroup.json",
  "title": "AWSForecastDatasetGroupProperties",
  "description": "Represents a dataset group that holds a collection of related datasets. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-forecast>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-forecast-datasetgroup.json",
    "sourceSha256": "c20180aafd8727e461f09c1538e32c0efdf839afea051074ec3e42799c8928b4"
  },
  "type": "object",
  "properties": {
    "DatasetArns": {
      "description": "An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.",
      "type": "array",
      "items": {
        "$ref": "#/$defs/Arn"
      },
      "insertionOrder": true
    },
    "DatasetGroupName": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^[a-zA-Z][a-zA-Z0-9_]*",
          "minLength": 1,
          "maxLength": 63
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "A name for the dataset group."
    },
    "Domain": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "RETAIL",
            "CUSTOM",
            "INVENTORY_PLANNING",
            "EC2_CAPACITY",
            "WORK_FORCE",
            "WEB_TRAFFIC",
            "METRICS"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The domain associated with the dataset group. When you add a dataset to a dataset group, this value and the value specified for the Domain parameter of the CreateDataset operation must match."
    },
    "Tags": {
      "description": "The tags of Application Insights application.",
      "type": "array",
      "items": {
        "$ref": "#/$defs/Tag"
      },
      "minItems": 0,
      "maxItems": 200,
      "insertionOrder": true
    }
  },
  "typeName": "AWS::Forecast::DatasetGroup",
  "taggable": true,
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-forecast",
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/DatasetGroupArn"
  ],
  "$defs": {
    "Tag": {
      "description": "A key-value pair to associate with a resource.",
      "type": "object",
      "properties": {
        "Key": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 1,
              "maxLength": 128
            },
            {
              "$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 128 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": 256
            },
            {
              "$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 0 to 256 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": "AWSForecastDatasetGroupTagDefinition",
      "additionalProperties": false
    },
    "Arn": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 256,
          "pattern": "^[a-zA-Z0-9\\-\\_\\.\\/\\:]+$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSForecastDatasetGroupArnDefinition"
    },
    "MaxResults": {
      "description": "The number of items to return in the response.",
      "type": "integer",
      "minimum": 1,
      "maximum": 100,
      "title": "AWSForecastDatasetGroupMaxResultsDefinition"
    },
    "NextToken": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 3000
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.",
      "title": "AWSForecastDatasetGroupNextTokenDefinition"
    }
  },
  "required": [
    "DatasetGroupName",
    "Domain"
  ],
  "createOnlyProperties": [
    "/properties/DatasetGroupName"
  ],
  "readOnlyProperties": [
    "/properties/DatasetGroupArn"
  ]
}
