Amazon Control Tower · JSON Structure

Get Baseline Operation Response Structure

GetBaselineOperationResponse schema from AWS Control Tower API

Type: object Properties: 1
ComplianceGovernanceLanding ZoneMulti-AccountSecurityControls

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

Properties

baselineOperation

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/get-baseline-operation-response-structure.json",
  "name": "GetBaselineOperationResponse",
  "description": "GetBaselineOperationResponse schema from AWS Control Tower API",
  "type": "object",
  "properties": {
    "baselineOperation": {
      "$ref": "#/components/schemas/BaselineOperation"
    }
  }
}