Amazon Clean Rooms · JSON Structure

Clean Rooms List Configured Tables Response Structure

Response for listing configured tables.

Type: object Properties: 2
Clean RoomsData CollaborationPrivacyAnalyticsMarketing

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

Properties

nextToken configuredTableList

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-clean-rooms/refs/heads/main/json-structure/clean-rooms-list-configured-tables-response-structure.json",
  "name": "ListConfiguredTablesResponse",
  "description": "Response for listing configured tables.",
  "type": "object",
  "properties": {
    "nextToken": {
      "type": "string",
      "description": "The token value retrieved from a previous paginated request."
    },
    "configuredTableList": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ConfiguredTable"
      },
      "description": "The list of configured tables."
    }
  }
}