# AWS::Connect::HoursOfOperation HoursOfOperationTimeSlice The start time or end time for an hours of operation. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "Hours" : Integer,
    "Minutes" : Integer
}
### YAML
Hours: Integer
Minutes: Integer
## Properties #### Hours The hours. _Required_: Yes _Type_: Integer _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Minutes The minutes. _Required_: Yes _Type_: Integer _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)