WorkloadShare

A workload share return object.

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

Name Type Description
ShareId object
SharedBy object
SharedWith object
PermissionType object
Status object
WorkloadName object
WorkloadId object
View JSON Schema on GitHub

JSON Schema

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