Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Workload Share Summary Structure

A workload share summary return object.

Type: object Properties: 5
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Properties

ShareId SharedWith PermissionType 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"
    },
    "PermissionType": {
      "$ref": "#/components/schemas/PermissionType"
    },
    "Status": {
      "$ref": "#/components/schemas/ShareStatus"
    },
    "StatusMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StatusMessage"
        },
        {
          "description": "Optional message to compliment the Status field."
        }
      ]
    }
  },
  "description": "A workload share summary return object.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "WorkloadShareSummary",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-workload-share-summary-structure.json"
}