Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Profile Share Summary Structure

Summary of a profile share.

Type: object Properties: 4
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Properties

ShareId SharedWith Status StatusMessage

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ShareId": {
      "$ref": "#/components/schemas/ShareId"
    },
    "SharedWith": {
      "$ref": "#/components/schemas/SharedWith"
    },
    "Status": {
      "$ref": "#/components/schemas/ShareStatus"
    },
    "StatusMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StatusMessage"
        },
        {
          "description": "Profile share invitation status message."
        }
      ]
    }
  },
  "description": "Summary of a profile share.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ProfileShareSummary",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-profile-share-summary-structure.json"
}