WorkloadDiscoveryConfig

Discovery configuration associated to the workload.

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

Name Type Description
TrustedAdvisorIntegrationStatus object
WorkloadResourceDefinition object
View JSON Schema on GitHub

JSON Schema

well-architected-tool-workload-discovery-config-schema.json 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-schema.org/draft/2020-12/schema",
  "title": "WorkloadDiscoveryConfig",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-workload-discovery-config-schema.json"
}