aws-cdk-lib.aws_connect.CfnHoursOfOperation.HoursOfOperationTimeSliceProperty

interface HoursOfOperationTimeSliceProperty

LanguageType name
.NETAmazon.CDK.AWS.Connect.CfnHoursOfOperation.HoursOfOperationTimeSliceProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnHoursOfOperation_HoursOfOperationTimeSliceProperty
Javasoftware.amazon.awscdk.services.connect.CfnHoursOfOperation.HoursOfOperationTimeSliceProperty
Pythonaws_cdk.aws_connect.CfnHoursOfOperation.HoursOfOperationTimeSliceProperty
TypeScript aws-cdk-lib » aws_connect » CfnHoursOfOperation » HoursOfOperationTimeSliceProperty

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_connect as connect } from 'aws-cdk-lib';
const hoursOfOperationTimeSliceProperty: connect.CfnHoursOfOperation.HoursOfOperationTimeSliceProperty = {
  hours: 123,
  minutes: 123,
};

Properties

NameTypeDescription
hoursnumberThe hours.
minutesnumberThe minutes.

hours

Type: number

The hours.


minutes

Type: number

The minutes.