CreateWorkloadShareOutput

Input for Create Workload Share

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

Name Type Description
WorkloadId object
ShareId object
View JSON Schema on GitHub

JSON Schema

well-architected-tool-create-workload-share-output-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "WorkloadId": {
      "$ref": "#/components/schemas/WorkloadId"
    },
    "ShareId": {
      "$ref": "#/components/schemas/ShareId"
    }
  },
  "description": "Input for Create Workload Share",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateWorkloadShareOutput",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-create-workload-share-output-schema.json"
}