Associates sasl scram secrets to cluster.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-schema/msk-api-batch-associate-scram-secret-request-schema.json", "title": "BatchAssociateScramSecretRequest", "description": "\n <p>Associates sasl scram secrets to cluster.</p>", "type": "object", "properties": { "SecretArnList": { "allOf": [ { "$ref": "#/components/schemas/__listOf__string" }, { "xml": { "name": "secretArnList" }, "description": "\n <p>List of AWS Secrets Manager secret ARNs.</p>" } ] } }, "required": [ "SecretArnList" ] }