Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-connect-hoursofoperation.json
Parent schema serverless-framework-configuration
Type: object

Resource Type definition for AWS::Connect::HoursOfOperation. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-connect

Properties

InstanceArn string | Aws_CF_FunctionString required

The identifier of the Amazon Connect instance.

Name string | Aws_CF_FunctionString required

The name of the hours of operation.

TimeZone string | Aws_CF_FunctionString required

The time zone of the hours of operation.

Config HoursOfOperationConfig[] required

Configuration information for the hours of operation: day, start time, and end time.

maxItems=100uniqueItems=true
Description string | Aws_CF_FunctionString

The description of the hours of operation.

Tags Tag[]

One or more tags.

maxItems=50uniqueItems=true

Definitions

HoursOfOperationTimeSlice object

The start time or end time for an hours of operation.

Hours integer required

The hours.

min=0max=23
Minutes integer required

The minutes.

min=0max=59
HoursOfOperationConfig object

Contains information about the hours of operation.

Day string | Aws_CF_FunctionString required

The day that the hours of operation applies to.

StartTime object required

The start time or end time for an hours of operation.

2 nested properties
Hours integer required

The hours.

min=0max=23
Minutes integer required

The minutes.

min=0max=59
EndTime object required

The start time or end time for an hours of operation.

2 nested properties
Hours integer required

The hours.

min=0max=23
Minutes integer required

The minutes.

min=0max=59
Tag object

A key-value pair to associate with a resource.

Key string | Aws_CF_FunctionString required

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Value string | Aws_CF_FunctionString required

The value for the tag. You can specify a value that is maximum of 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.