Amazon Connect · Example Payload

Create Hours Of Operation Request Example

ChatContact CenterCustomer ServiceVoiceAIOmnichannel

Create Hours Of Operation Request Example is an example object payload from Amazon Connect, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

NameDescriptionTimeZoneConfigTags

Example Payload

Raw ↑
{
  "Name": "Business Hours",
  "Description": "A description of the resource.",
  "TimeZone": "America/New_York",
  "Config": [
    "example-value"
  ],
  "Tags": {
    "key": "value"
  }
}