Amazon Connect · Schema

ListRoutingProfilesResponse

ChatContact CenterCustomer ServiceVoiceAIOmnichannel

Properties

Name Type Description
RoutingProfileSummaryList array
NextToken string
View JSON Schema on GitHub

JSON Schema

amazon-connect-listroutingprofilesresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListRoutingProfilesResponse",
  "title": "ListRoutingProfilesResponse",
  "type": "object",
  "properties": {
    "RoutingProfileSummaryList": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/RoutingProfileSummary"
      }
    },
    "NextToken": {
      "type": "string"
    }
  }
}