{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-batch-associate-scram-secret-response-structure.json", "name": "BatchAssociateScramSecretResponse", "type": "object", "description": "BatchAssociateScramSecretResponse schema from Amazon MSK API", "properties": { "ClusterArn": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "clusterArn" }, "description": "\n
The Amazon Resource Name (ARN) of the cluster.
" } ] }, "UnprocessedScramSecrets": { "allOf": [ { "$ref": "#/components/schemas/__listOfUnprocessedScramSecret" }, { "xml": { "name": "unprocessedScramSecrets" }, "description": "\nList of errors when associating secrets to cluster.
" } ] } } }