Amazon Connect · Schema

ListSecurityProfilesResponse

ChatContact CenterCustomer ServiceVoiceAIOmnichannel

Properties

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

JSON Schema

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