{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-msk-batchscramsecret.json",
  "title": "AWSMSKBatchScramSecretProperties",
  "description": "Resource Type definition for AWS::MSK::BatchScramSecret. 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-batchscramsecret.json",
    "sourceSha256": "d16bb84fa69cef342aeadfb9af07585542de07e262cdfff7ff73ad286c1793ec"
  },
  "type": "object",
  "properties": {
    "ClusterArn": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "SecretArnList": {
      "$ref": "#/$defs/SecretArnList"
    }
  },
  "typeName": "AWS::MSK::BatchScramSecret",
  "tagging": {
    "taggable": false,
    "tagOnCreate": false,
    "tagUpdatable": false,
    "cloudFormationSystemTags": false
  },
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/ClusterArn"
  ],
  "$defs": {
    "SecretArnList": {
      "type": "array",
      "insertionOrder": false,
      "items": {
        "type": "string"
      },
      "title": "AWSMSKBatchScramSecretSecretArnListDefinition"
    }
  },
  "required": [
    "ClusterArn"
  ],
  "createOnlyProperties": [
    "/properties/ClusterArn"
  ]
}
