Amazon Connect · Schema

DescribeInstanceResponse

ChatContact CenterCustomer ServiceVoiceAIOmnichannel

Properties

Name Type Description
Instance object
View JSON Schema on GitHub

JSON Schema

amazon-connect-describeinstanceresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DescribeInstanceResponse",
  "title": "DescribeInstanceResponse",
  "type": "object",
  "properties": {
    "Instance": {
      "$ref": "#/components/schemas/Instance"
    }
  }
}