UpdateShareInvitationInput

Input for Update Share Invitation

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

Name Type Description
ShareInvitationAction object
View JSON Schema on GitHub

JSON Schema

well-architected-tool-update-share-invitation-input-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "ShareInvitationAction"
  ],
  "title": "UpdateShareInvitationInput",
  "properties": {
    "ShareInvitationAction": {
      "$ref": "#/components/schemas/ShareInvitationAction"
    }
  },
  "description": "Input for Update Share Invitation",
  "$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-share-invitation-input-schema.json"
}