Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Workload Share Structure

A workload share return object.

Type: object Properties: 7
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

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

Properties

ShareId SharedBy SharedWith PermissionType Status WorkloadName WorkloadId

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ShareId": {
      "$ref": "#/components/schemas/ShareId"
    },
    "SharedBy": {
      "$ref": "#/components/schemas/AwsAccountId"
    },
    "SharedWith": {
      "$ref": "#/components/schemas/SharedWith"
    },
    "PermissionType": {
      "$ref": "#/components/schemas/PermissionType"
    },
    "Status": {
      "$ref": "#/components/schemas/ShareStatus"
    },
    "WorkloadName": {
      "$ref": "#/components/schemas/WorkloadName"
    },
    "WorkloadId": {
      "$ref": "#/components/schemas/WorkloadId"
    }
  },
  "description": "A workload share return object.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "WorkloadShare",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-structure/well-architected-tool-workload-share-structure.json"
}