interface HoursOfOperationTimeSliceProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Connect.CfnHoursOfOperation.HoursOfOperationTimeSliceProperty |
Java | software.amazon.awscdk.services.connect.CfnHoursOfOperation.HoursOfOperationTimeSliceProperty |
Python | aws_cdk.aws_connect.CfnHoursOfOperation.HoursOfOperationTimeSliceProperty |
TypeScript | @aws-cdk/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 * as connect from '@aws-cdk/aws-connect';
const hoursOfOperationTimeSliceProperty: connect.CfnHoursOfOperation.HoursOfOperationTimeSliceProperty = {
hours: 123,
minutes: 123,
};
Properties
Name | Type | Description |
---|---|---|
hours | number | The hours. |
minutes | number | The minutes. |
hours
Type:
number
The hours.
minutes
Type:
number
The minutes.