AWS::Connect::HoursOfOperationSpecifies hours of operation.
import { CfnHoursOfOperation } from 'aws-cdk-lib/aws-connect';Or use the module namespace:
import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnHoursOfOperationConfiguration passed to the constructor as CfnHoursOfOperationProps.
configRequiredIResolvable | IResolvable | HoursOfOperationConfigProperty[]Configuration information for the hours of operation.
instanceArnRequiredstring | IInstanceRefThe Amazon Resource Name (ARN) of the instance.
nameRequiredstringThe name for the hours of operation.
timeZoneRequiredstringThe time zone for the hours of operation.
childHoursOfOperationsOptionalIResolvable | IResolvable | HoursOfOperationsIdentifierProperty[]List of child hours of operations.
descriptionOptionalstringThe description for the hours of operation.
hoursOfOperationOverridesOptionalIResolvable | IResolvable | HoursOfOperationOverrideProperty[]One or more hours of operation overrides assigned to an hour of operation.
parentHoursOfOperationsOptionalIResolvable | IResolvable | HoursOfOperationsIdentifierProperty[]List of parent hours of operations.
tagsOptionalCfnTag[]The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-connectAWS::Connect::HoursOfOperation