Amazon Connect · Example Payload

Amazon Connect Tagresource Example

ChatContact CenterCustomer ServiceVoiceAIOmnichannel

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

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "tagResource",
  "method": "POST",
  "path": "/tags/{ResourceArn}",
  "summary": "Amazon Connect Tag Resource",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "TagResourceRequestExample",
      "example": {
        "tags": {
          "Environment": "production",
          "Team": "contact-center"
        }
      }
    }
  ],
  "responseExamples": []
}