AWS::Connect::HoursOfOperation HoursOfOperationOverrideConfig
Information about the hours of operation override config: day, start time, and end time.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Day" :
String
, "EndTime" :OverrideTimeSlice
, "StartTime" :OverrideTimeSlice
}
YAML
Day:
String
EndTime:OverrideTimeSlice
StartTime:OverrideTimeSlice
Properties
Day
-
The day that the hours of operation override applies to.
Required: Yes
Type: String
Allowed values:
SUNDAY | MONDAY | TUESDAY | WEDNESDAY | THURSDAY | FRIDAY | SATURDAY
Update requires: No interruption
EndTime
-
The end time that your contact center closes if overrides are applied.
Required: Yes
Type: OverrideTimeSlice
Update requires: No interruption
StartTime
-
The start time when your contact center opens if overrides are applied.
Required: Yes
Type: OverrideTimeSlice
Update requires: No interruption