Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Update Workload Share Input Structure

Input for Update Workload Share

Type: object Properties: 1 Required: 1
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

UpdateWorkloadShareInput is a JSON Structure definition published by Amazon Well-Architected Tool, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

PermissionType

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

JSON Structure

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