Amazon Connect · JSON Structure

List Security Profiles Response Structure

ListSecurityProfilesResponse schema from Amazon Connect Service API

Type: object Properties: 2
ChatContact CenterCustomer ServiceVoiceAIOmnichannel

ListSecurityProfilesResponse is a JSON Structure definition published by Amazon Connect, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SecurityProfileSummaryList NextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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