CreateLensShareOutput

CreateLensShareOutput schema from AWS Well-Architected Tool API

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Properties

Name Type Description
ShareId object
View JSON Schema on GitHub

JSON Schema

well-architected-tool-create-lens-share-output-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "ShareId": {
      "$ref": "#/components/schemas/ShareId"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateLensShareOutput",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-create-lens-share-output-schema.json",
  "description": "CreateLensShareOutput schema from AWS Well-Architected Tool API"
}