Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Update Global Settings Input Structure

UpdateGlobalSettingsInput schema from AWS Well-Architected Tool API

Type: object Properties: 2
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Properties

OrganizationSharingStatus DiscoveryIntegrationStatus

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "UpdateGlobalSettingsInput",
  "properties": {
    "OrganizationSharingStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrganizationSharingStatus"
        },
        {
          "description": "The status of organization sharing settings."
        }
      ]
    },
    "DiscoveryIntegrationStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DiscoveryIntegrationStatus"
        },
        {
          "description": "The status of discovery support settings."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-update-global-settings-input-structure.json",
  "description": "UpdateGlobalSettingsInput schema from AWS Well-Architected Tool API"
}