{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-msk-clusterpolicy.json",
  "title": "AWSMSKClusterPolicyProperties",
  "description": "Resource Type definition for AWS::MSK::ClusterPolicy. 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-clusterpolicy.json",
    "sourceSha256": "8f1c8e2a667da3328b55e7ec7c2653de185c7da6e519975e8dcc08e2e1ed2b33"
  },
  "type": "object",
  "properties": {
    "Policy": {
      "description": "A policy document containing permissions to add to the specified cluster.",
      "type": "object"
    },
    "ClusterArn": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^arn:[\\w-]+:kafka:[\\w-]+:\\d+:cluster.*$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The arn of the cluster for the resource policy."
    }
  },
  "typeName": "AWS::MSK::ClusterPolicy",
  "tagging": {
    "taggable": false
  },
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/ClusterArn"
  ],
  "$defs": {},
  "required": [
    "Policy",
    "ClusterArn"
  ],
  "createOnlyProperties": [
    "/properties/ClusterArn"
  ],
  "readOnlyProperties": [
    "/properties/CurrentVersion"
  ]
}
