Amazon Connect · Example Payload

List Security Profiles Response Example

ChatContact CenterCustomer ServiceVoiceAIOmnichannel

List Security Profiles Response Example is an example object payload from Amazon Connect, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

SecurityProfileSummaryListNextToken

Example Payload

Raw ↑
{
  "SecurityProfileSummaryList": [
    "https://portal.example.com/path/abc123"
  ],
  "NextToken": "a1b2c3d4token"
}