Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Additional Resources Structure

The choice level additional resources for a custom lens.

This field does not apply to Amazon Web Services official lenses.

Type: object Properties: 2
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

AdditionalResources 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

Type Content

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "Type": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AdditionalResourceType"
        },
        {
          "description": "Type of additional resource for a custom lens."
        }
      ]
    },
    "Content": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Urls"
        },
        {
          "description": "The URLs for additional resources, either helpful resources or improvement plans, for a custom lens. Up to five additional URLs can be specified."
        }
      ]
    }
  },
  "description": "<p>The choice level additional resources for a custom lens.</p> <p>This field does not apply to Amazon Web Services official lenses.</p>",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "AdditionalResources",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-additional-resources-structure.json"
}