WorkloadShareSummary

A workload share summary return object.

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

Name Type Description
ShareId object
SharedWith object
PermissionType object
Status object
StatusMessage object
View JSON Schema on GitHub

JSON Schema

well-architected-tool-workload-share-summary-schema.json 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-schema.org/draft/2020-12/schema",
  "title": "WorkloadShareSummary",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-workload-share-summary-schema.json"
}