{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-elasticache-subnetgroup.json",
  "title": "AWSElastiCacheSubnetGroupProperties",
  "description": "Resource Type definition for AWS::ElastiCache::SubnetGroup. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-elasticache-subnetgroup.json",
    "sourceSha256": "ba666903bdf63feb778d46a384a83adda3eb839d25e4028919d59ae9855afcca"
  },
  "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 for the cache subnet group."
    },
    "SubnetIds": {
      "description": "The EC2 subnet IDs for the cache subnet group.",
      "type": "array",
      "items": {
        "type": "string"
      },
      "insertionOrder": false,
      "uniqueItems": false
    },
    "CacheSubnetGroupName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The name for the cache subnet group. This value is stored as a lowercase string."
    },
    "Tags": {
      "type": "array",
      "uniqueItems": false,
      "insertionOrder": false,
      "items": {
        "$ref": "#/$defs/Tag"
      }
    }
  },
  "typeName": "AWS::ElastiCache::SubnetGroup",
  "tagging": {
    "taggable": true,
    "tagOnCreate": true,
    "tagUpdatable": true,
    "cloudFormationSystemTags": false,
    "tagProperty": "/properties/Tags"
  },
  "primaryIdentifier": [
    "/properties/CacheSubnetGroupName"
  ],
  "additionalProperties": false,
  "required": [
    "Description",
    "SubnetIds"
  ],
  "$defs": {
    "Tag": {
      "type": "object",
      "description": "A tag that can be added to an ElastiCache subnet group. Tags are composed of a Key/Value pair. You can use tags to categorize and track all your subnet groups. A tag with a null Value is permitted.",
      "title": "AWSElastiCacheSubnetGroupTagDefinition",
      "properties": {
        "Value": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Key": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "Value",
        "Key"
      ],
      "additionalProperties": false
    }
  },
  "createOnlyProperties": [
    "/properties/CacheSubnetGroupName"
  ]
}
