Amazon Control Tower · JSON Structure

List Baselines Response Structure

ListBaselinesResponse schema from AWS Control Tower API

Type: object Properties: 2
ComplianceGovernanceLanding ZoneMulti-AccountSecurityControls

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

Properties

baselines 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-control-tower/refs/heads/main/json-structure/list-baselines-response-structure.json",
  "name": "ListBaselinesResponse",
  "description": "ListBaselinesResponse schema from AWS Control Tower API",
  "type": "object",
  "properties": {
    "baselines": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Baseline"
      }
    },
    "nextToken": {
      "type": "string"
    }
  }
}