Amazon Control Tower · JSON Structure

Reset Enabled Baseline Response Structure

ResetEnabledBaselineResponse schema from AWS Control Tower API

Type: object Properties: 1
ComplianceGovernanceLanding ZoneMulti-AccountSecurityControls

ResetEnabledBaselineResponse 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

operationIdentifier

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/reset-enabled-baseline-response-structure.json",
  "name": "ResetEnabledBaselineResponse",
  "description": "ResetEnabledBaselineResponse schema from AWS Control Tower API",
  "type": "object",
  "properties": {
    "operationIdentifier": {
      "type": "string",
      "example": "a1b2c3d4-5678-90ab-cdef-EXAMPLECCCCC"
    }
  }
}