{
  "typeName" : "AWS::MSK::BatchScramSecret",
  "description" : "Resource Type definition for AWS::MSK::BatchScramSecret",
  "definitions" : {
    "SecretArnList" : {
      "type" : "array",
      "insertionOrder" : false,
      "items" : {
        "type" : "string"
      }
    }
  },
  "properties" : {
    "ClusterArn" : {
      "type" : "string"
    },
    "SecretArnList" : {
      "$ref" : "#/definitions/SecretArnList"
    }
  },
  "additionalProperties" : false,
  "required" : [ "ClusterArn" ],
  "createOnlyProperties" : [ "/properties/ClusterArn" ],
  "primaryIdentifier" : [ "/properties/ClusterArn" ],
  "tagging" : {
    "taggable" : false,
    "tagOnCreate" : false,
    "tagUpdatable" : false,
    "cloudFormationSystemTags" : false
  },
  "handlers" : {
    "create" : {
      "permissions" : [ "kafka:BatchAssociateScramSecret", "kafka:ListScramSecrets" ]
    },
    "delete" : {
      "permissions" : [ "kafka:BatchDisassociateScramSecret", "kafka:ListScramSecrets" ]
    },
    "list" : {
      "permissions" : [ "kafka:ListScramSecrets" ]
    },
    "read" : {
      "permissions" : [ "kafka:ListScramSecrets" ]
    },
    "update" : {
      "permissions" : [ "kafka:BatchAssociateScramSecret", "kafka:BatchDisassociateScramSecret", "kafka:ListScramSecrets" ]
    }
  }
}