Amazon Well-Architected Tool · JSON Structure

Well Architected Tool List Tags For Resource Output Structure

ListTagsForResourceOutput schema from AWS Well-Architected Tool API

Type: object Properties: 1
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Properties

Tags

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagMap"
        },
        {
          "description": "The tags for the resource."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ListTagsForResourceOutput",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-list-tags-for-resource-output-structure.json",
  "description": "ListTagsForResourceOutput schema from AWS Well-Architected Tool API"
}