{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-memorydb-parametergroup.json",
  "title": "AWSMemoryDBParameterGroupProperties",
  "description": "The AWS::MemoryDB::ParameterGroup resource creates an Amazon MemoryDB ParameterGroup.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-memorydb>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-memorydb-parametergroup.json",
    "sourceSha256": "c0e159094ee82debd083be2aa9ad199cc8aedc46d2444bec52b232bed5f16a82"
  },
  "type": "object",
  "properties": {
    "ParameterGroupName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The name of the parameter group."
    },
    "Family": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The name of the parameter group family that this parameter group is compatible with."
    },
    "Description": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "A description of the parameter group."
    },
    "Tags": {
      "description": "An array of key-value pairs to apply to this parameter group.",
      "type": "array",
      "maxItems": 50,
      "uniqueItems": true,
      "insertionOrder": false,
      "items": {
        "$ref": "#/$defs/Tag"
      }
    },
    "Parameters": {
      "description": "An map of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional.",
      "type": "object"
    }
  },
  "typeName": "AWS::MemoryDB::ParameterGroup",
  "primaryIdentifier": [
    "/properties/ParameterGroupName"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-memorydb",
  "taggable": true,
  "additionalProperties": false,
  "createOnlyProperties": [
    "/properties/ParameterGroupName",
    "/properties/Family",
    "/properties/Description"
  ],
  "$defs": {
    "Tag": {
      "description": "A key-value pair to associate with a resource.",
      "type": "object",
      "title": "AWSMemoryDBParameterGroupTagDefinition",
      "properties": {
        "Key": {
          "oneOf": [
            {
              "pattern": "^(?!aws:)(?!memorydb:)[a-zA-Z0-9 _\\.\\/=+:\\-@]{1,128}$",
              "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 for the tag. May not be null."
        },
        "Value": {
          "oneOf": [
            {
              "type": "string",
              "pattern": "^(?!aws:)(?!memorydb:)[a-zA-Z0-9 _\\.\\/=+:\\-@]{1,256}$",
              "minLength": 1,
              "maxLength": 256
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The tag's value. May be null."
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    }
  },
  "required": [
    "ParameterGroupName",
    "Family"
  ],
  "readOnlyProperties": [
    "/properties/ARN"
  ],
  "writeOnlyProperties": [
    "/properties/Parameters"
  ]
}
