CreateProfileShareInput

CreateProfileShareInput schema from AWS Well-Architected Tool API

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

Name Type Description
SharedWith object
ClientRequestToken object
View JSON Schema on GitHub

JSON Schema

well-architected-tool-create-profile-share-input-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "SharedWith",
    "ClientRequestToken"
  ],
  "title": "CreateProfileShareInput",
  "properties": {
    "SharedWith": {
      "$ref": "#/components/schemas/SharedWith"
    },
    "ClientRequestToken": {
      "$ref": "#/components/schemas/ClientRequestToken"
    }
  },
  "$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-create-profile-share-input-schema.json",
  "description": "CreateProfileShareInput schema from AWS Well-Architected Tool API"
}