Amazon MSK · JSON Structure

Msk Api Batch Disassociate Scram Secret Request Structure

Disassociates sasl scram secrets to cluster.

Type: object Properties: 1 Required: 1
BroadcastingMedia ProcessingMedia

BatchDisassociateScramSecretRequest is a JSON Structure definition published by Amazon MSK, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SecretArnList

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-disassociate-scram-secret-request-structure.json",
  "name": "BatchDisassociateScramSecretRequest",
  "type": "object",
  "description": "\n            <p>Disassociates sasl scram secrets to cluster.</p>",
  "properties": {
    "SecretArnList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__string"
        },
        {
          "xml": {
            "name": "secretArnList"
          },
          "description": "\n            <p>List of AWS Secrets Manager secret ARNs.</p>"
        }
      ]
    }
  },
  "required": [
    "SecretArnList"
  ]
}