Amazon MSK · JSON Structure

Msk Api List Scram Secrets Response Structure

ListScramSecretsResponse schema from Amazon MSK API

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

ListScramSecretsResponse is a JSON Structure definition published by Amazon MSK, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

NextToken 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-list-scram-secrets-response-structure.json",
  "name": "ListScramSecretsResponse",
  "type": "object",
  "description": "ListScramSecretsResponse schema from Amazon MSK API",
  "properties": {
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "nextToken"
          },
          "description": "\n            <p>Paginated results marker.</p>"
        }
      ]
    },
    "SecretArnList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__string"
        },
        {
          "xml": {
            "name": "secretArnList"
          },
          "description": "\n            <p>The list of scram secrets associated with the cluster.</p>"
        }
      ]
    }
  }
}