Interface CfnHoursOfOperationPropsMixin.IHoursOfOperationOverrideProperty
Information about the hours of operations override.
Namespace: Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnHoursOfOperationPropsMixin.IHoursOfOperationOverrideProperty
Syntax (vb)
Public Interface CfnHoursOfOperationPropsMixin.IHoursOfOperationOverrideProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins;
var hoursOfOperationOverrideProperty = new HoursOfOperationOverrideProperty {
EffectiveFrom = "effectiveFrom",
EffectiveTill = "effectiveTill",
HoursOfOperationOverrideId = "hoursOfOperationOverrideId",
OverrideConfig = new [] { new HoursOfOperationOverrideConfigProperty {
Day = "day",
EndTime = new OverrideTimeSliceProperty {
Hours = 123,
Minutes = 123
},
StartTime = new OverrideTimeSliceProperty {
Hours = 123,
Minutes = 123
}
} },
OverrideDescription = "overrideDescription",
OverrideName = "overrideName"
};
Synopsis
Properties
| EffectiveFrom | The date from which the hours of operation override would be effective. |
| EffectiveTill | The date until the hours of operation override is effective. |
| HoursOfOperationOverrideId | The identifier for the hours of operation override. |
| OverrideConfig | Configuration information for the hours of operation override: day, start time, and end time. |
| OverrideDescription | The description of the hours of operation override. |
| OverrideName | The name of the hours of operation override. |
Properties
EffectiveFrom
The date from which the hours of operation override would be effective.
string? EffectiveFrom { get; }
Property Value
Remarks
EffectiveTill
The date until the hours of operation override is effective.
string? EffectiveTill { get; }
Property Value
Remarks
HoursOfOperationOverrideId
The identifier for the hours of operation override.
string? HoursOfOperationOverrideId { get; }
Property Value
Remarks
OverrideConfig
Configuration information for the hours of operation override: day, start time, and end time.
object? OverrideConfig { get; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnHoursOfOperationPropsMixin.IHoursOfOperationOverrideConfigProperty)[]
OverrideDescription
The description of the hours of operation override.
string? OverrideDescription { get; }
Property Value
Remarks
OverrideName
The name of the hours of operation override.
string? OverrideName { get; }