interface HoursOfOperationOverrideProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Connect.CfnHoursOfOperation.HoursOfOperationOverrideProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnHoursOfOperation_HoursOfOperationOverrideProperty |
![]() | software.amazon.awscdk.services.connect.CfnHoursOfOperation.HoursOfOperationOverrideProperty |
![]() | aws_cdk.aws_connect.CfnHoursOfOperation.HoursOfOperationOverrideProperty |
![]() | aws-cdk-lib » aws_connect » CfnHoursOfOperation » HoursOfOperationOverrideProperty |
Information about the hours of operations override.
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 hoursOfOperationOverrideProperty: connect.CfnHoursOfOperation.HoursOfOperationOverrideProperty = {
effectiveFrom: 'effectiveFrom',
effectiveTill: 'effectiveTill',
overrideConfig: [{
day: 'day',
endTime: {
hours: 123,
minutes: 123,
},
startTime: {
hours: 123,
minutes: 123,
},
}],
overrideName: 'overrideName',
// the properties below are optional
hoursOfOperationOverrideId: 'hoursOfOperationOverrideId',
overrideDescription: 'overrideDescription',
};
Properties
Name | Type | Description |
---|---|---|
effective | string | The date from which the hours of operation override would be effective. |
effective | string | The date till which the hours of operation override would be effective. |
override | IResolvable | IResolvable | Hours [] | Configuration information for the hours of operation override: day, start time, and end time. |
override | string | The name of the hours of operation override. |
hours | string | The identifier for the hours of operation override. |
override | string | The description of the hours of operation override. |
effectiveFrom
Type:
string
The date from which the hours of operation override would be effective.
effectiveTill
Type:
string
The date till which the hours of operation override would be effective.
overrideConfig
Type:
IResolvable
|
IResolvable
|
Hours
[]
Configuration information for the hours of operation override: day, start time, and end time.
overrideName
Type:
string
The name of the hours of operation override.
hoursOfOperationOverrideId?
Type:
string
(optional)
The identifier for the hours of operation override.
overrideDescription?
Type:
string
(optional)
The description of the hours of operation override.