Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Workload Discovery Config Structure

Discovery configuration associated to the workload.

Type: object Properties: 2
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

WorkloadDiscoveryConfig 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

TrustedAdvisorIntegrationStatus WorkloadResourceDefinition

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "TrustedAdvisorIntegrationStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TrustedAdvisorIntegrationStatus"
        },
        {
          "description": "Discovery integration status in respect to Trusted Advisor for the workload."
        }
      ]
    },
    "WorkloadResourceDefinition": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkloadResourceDefinition"
        },
        {
          "description": "<p>The mode to use for identifying resources associated with the workload.</p> <p>You can specify <code>WORKLOAD_METADATA</code>, <code>APP_REGISTRY</code>, or both.</p>"
        }
      ]
    }
  },
  "description": "Discovery configuration associated to the workload.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "WorkloadDiscoveryConfig",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-workload-discovery-config-structure.json"
}