AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Connect::HoursOfOperation

CfnHoursOfOperation

Specifies hours of operation.

Import

import { CfnHoursOfOperation } from 'aws-cdk-lib/aws-connect';

Or use the module namespace:

import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnHoursOfOperation

Properties

Configuration passed to the constructor as CfnHoursOfOperationProps.

configRequired
IResolvable | IResolvable | HoursOfOperationConfigProperty[]

Configuration information for the hours of operation.

instanceArnRequired
string | IInstanceRef

The Amazon Resource Name (ARN) of the instance.

nameRequired
string

The name for the hours of operation.

timeZoneRequired
string

The time zone for the hours of operation.

childHoursOfOperationsOptional
IResolvable | IResolvable | HoursOfOperationsIdentifierProperty[]

List of child hours of operations.

descriptionOptional
string

The description for the hours of operation.

hoursOfOperationOverridesOptional
IResolvable | IResolvable | HoursOfOperationOverrideProperty[]

One or more hours of operation overrides assigned to an hour of operation.

parentHoursOfOperationsOptional
IResolvable | IResolvable | HoursOfOperationsIdentifierProperty[]

List of parent hours of operations.

tagsOptional
CfnTag[]

The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter