{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-msk-configuration.json",
  "title": "AWSMSKConfigurationProperties",
  "description": "Resource Type definition for AWS::MSK::Configuration. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-msk-configuration.json",
    "sourceSha256": "d6c27f551a0b94afb8a0c05590c62978a1a3135e296eabb6b7010091a32b7b11"
  },
  "type": "object",
  "properties": {
    "Name": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Description": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "ServerProperties": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "KafkaVersionsList": {
      "$ref": "#/$defs/KafkaVersionsList"
    }
  },
  "typeName": "AWS::MSK::Configuration",
  "tagging": {
    "taggable": false,
    "tagOnCreate": false,
    "tagUpdatable": false,
    "cloudFormationSystemTags": false
  },
  "additionalProperties": false,
  "readOnlyProperties": [
    "/properties/Arn"
  ],
  "$defs": {
    "KafkaVersionsList": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "title": "AWSMSKConfigurationKafkaVersionsListDefinition"
    }
  },
  "required": [
    "ServerProperties",
    "Name"
  ],
  "createOnlyProperties": [
    "/properties/KafkaVersionsList",
    "/properties/Name"
  ],
  "writeOnlyProperties": [
    "/properties/ServerProperties"
  ],
  "primaryIdentifier": [
    "/properties/Arn"
  ]
}
