UpdateWorkloadShareInput

Input for Update Workload Share

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

Name Type Description
PermissionType object
View JSON Schema on GitHub

JSON Schema

well-architected-tool-update-workload-share-input-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "PermissionType"
  ],
  "title": "UpdateWorkloadShareInput",
  "properties": {
    "PermissionType": {
      "$ref": "#/components/schemas/PermissionType"
    }
  },
  "description": "Input for Update Workload Share",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-update-workload-share-input-schema.json"
}