{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-redshift-clustersubnetgroup.json",
  "title": "AWSRedshiftClusterSubnetGroupProperties",
  "description": "Specifies an Amazon Redshift subnet group.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-redshift>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-redshift-clustersubnetgroup.json",
    "sourceSha256": "ee4bf0552becbb89cf260925936fb4b820b093a4de5d90a6c09b6b3d26ec1898"
  },
  "type": "object",
  "properties": {
    "Description": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The description of the parameter group."
    },
    "SubnetIds": {
      "description": "The list of VPC subnet IDs",
      "type": "array",
      "insertionOrder": false,
      "maxItems": 20,
      "items": {
        "type": "string"
      }
    },
    "Tags": {
      "description": "The list of tags for the cluster parameter group.",
      "type": "array",
      "insertionOrder": false,
      "maxItems": 50,
      "items": {
        "$ref": "#/$defs/Tag"
      }
    }
  },
  "typeName": "AWS::Redshift::ClusterSubnetGroup",
  "tagging": {
    "taggable": true
  },
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-redshift",
  "additionalProperties": false,
  "writeOnlyProperties": [
    "/properties/Tags",
    "/properties/Tags/*/Key",
    "/properties/Tags/*/Value"
  ],
  "$defs": {
    "Tag": {
      "description": "A key-value pair to associate with a resource.",
      "type": "object",
      "title": "AWSRedshiftClusterSubnetGroupTagDefinition",
      "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": 1,
              "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": [
        "Value",
        "Key"
      ],
      "additionalProperties": false
    }
  },
  "required": [
    "Description",
    "SubnetIds"
  ],
  "primaryIdentifier": [
    "/properties/ClusterSubnetGroupName"
  ],
  "readOnlyProperties": [
    "/properties/ClusterSubnetGroupName"
  ]
}
