Amazon Connect · Schema

ListSecurityProfilesResponse

ListSecurityProfilesResponse schema from Amazon Connect Service API

ChatContact CenterCustomer ServiceVoiceAIOmnichannel

Properties

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

JSON Schema

list-security-profiles-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-connect/refs/heads/main/json-schema/list-security-profiles-response-schema.json",
  "title": "ListSecurityProfilesResponse",
  "description": "ListSecurityProfilesResponse schema from Amazon Connect Service API",
  "type": "object",
  "properties": {
    "SecurityProfileSummaryList": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SecurityProfileSummary"
      }
    },
    "NextToken": {
      "type": "string"
    }
  }
}