Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Create Lens Share Output Structure

CreateLensShareOutput schema from AWS Well-Architected Tool API

Type: object Properties: 1
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

CreateLensShareOutput 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

ShareId

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ShareId": {
      "$ref": "#/components/schemas/ShareId"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "CreateLensShareOutput",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-create-lens-share-output-structure.json",
  "description": "CreateLensShareOutput schema from AWS Well-Architected Tool API"
}