Amazon Well-Architected Tool · JSON Structure

Well Architected Tool Create Workload Share Input Structure

Input for Create Workload Share

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

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

Properties

SharedWith PermissionType ClientRequestToken

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "SharedWith",
    "PermissionType",
    "ClientRequestToken"
  ],
  "name": "CreateWorkloadShareInput",
  "properties": {
    "SharedWith": {
      "$ref": "#/components/schemas/SharedWith"
    },
    "PermissionType": {
      "$ref": "#/components/schemas/PermissionType"
    },
    "ClientRequestToken": {
      "$ref": "#/components/schemas/ClientRequestToken"
    }
  },
  "description": "Input for Create 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-create-workload-share-input-structure.json"
}