Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-hoursofoperation-hoursofoperationoverride.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-hoursofoperation-hoursofoperationoverride.html#cfn-connect-hoursofoperation-hoursofoperationoverride-effectivefrom

EffectiveTill

The date until the hours of operation override is effective.

string? EffectiveTill { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-hoursofoperation-hoursofoperationoverride.html#cfn-connect-hoursofoperation-hoursofoperationoverride-effectivetill

HoursOfOperationOverrideId

The identifier for the hours of operation override.

string? HoursOfOperationOverrideId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-hoursofoperation-hoursofoperationoverride.html#cfn-connect-hoursofoperation-hoursofoperationoverride-hoursofoperationoverrideid

OverrideConfig

Configuration information for the hours of operation override: day, start time, and end time.

object? OverrideConfig { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-hoursofoperation-hoursofoperationoverride.html#cfn-connect-hoursofoperation-hoursofoperationoverride-overrideconfig

Type union: either IResolvable or (either IResolvable or CfnHoursOfOperationPropsMixin.IHoursOfOperationOverrideConfigProperty)[]

OverrideDescription

The description of the hours of operation override.

string? OverrideDescription { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-hoursofoperation-hoursofoperationoverride.html#cfn-connect-hoursofoperation-hoursofoperationoverride-overridedescription

OverrideName

The name of the hours of operation override.

string? OverrideName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-hoursofoperation-hoursofoperationoverride.html#cfn-connect-hoursofoperation-hoursofoperationoverride-overridename

Back to top Generated by DocFX