Amazon MSK · JSON Structure

Msk Api List Configurations Response Structure

ListConfigurationsResponse schema from Amazon MSK API

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

ListConfigurationsResponse 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

Configurations NextToken

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-configurations-response-structure.json",
  "name": "ListConfigurationsResponse",
  "type": "object",
  "description": "ListConfigurationsResponse schema from Amazon MSK API",
  "properties": {
    "Configurations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfConfiguration"
        },
        {
          "xml": {
            "name": "configurations"
          },
          "description": "\n            <p>An array of MSK configurations.</p>"
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "nextToken"
          },
          "description": "\n            <p>The paginated results marker. When the result of a ListConfigurations operation is truncated, the call returns NextToken in the response. \n               To get another batch of configurations, provide this token in your next request.</p>"
        }
      ]
    }
  }
}