Show / Hide Table of Contents

Class CfnHoursOfOperation.HoursOfOperationOverrideProperty

Information about the hours of operations override.

Inheritance
object
CfnHoursOfOperation.HoursOfOperationOverrideProperty
Implements
CfnHoursOfOperation.IHoursOfOperationOverrideProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnHoursOfOperation.HoursOfOperationOverrideProperty : CfnHoursOfOperation.IHoursOfOperationOverrideProperty
Syntax (vb)
Public Class CfnHoursOfOperation.HoursOfOperationOverrideProperty Implements CfnHoursOfOperation.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.AWS.Connect;

             var hoursOfOperationOverrideProperty = new HoursOfOperationOverrideProperty {
                 EffectiveFrom = "effectiveFrom",
                 EffectiveTill = "effectiveTill",
                 OverrideConfig = new [] { new HoursOfOperationOverrideConfigProperty {
                     Day = "day",
                     EndTime = new OverrideTimeSliceProperty {
                         Hours = 123,
                         Minutes = 123
                     },
                     StartTime = new OverrideTimeSliceProperty {
                         Hours = 123,
                         Minutes = 123
                     }
                 } },
                 OverrideName = "overrideName",

                 // the properties below are optional
                 HoursOfOperationOverrideId = "hoursOfOperationOverrideId",
                 OverrideDescription = "overrideDescription"
             };

Synopsis

Constructors

HoursOfOperationOverrideProperty()

Information about the hours of operations override.

Properties

EffectiveFrom

The date from which the hours of operation override would be effective.

EffectiveTill

The date till which the hours of operation override would be 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.

Constructors

HoursOfOperationOverrideProperty()

Information about the hours of operations override.

public HoursOfOperationOverrideProperty()
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.AWS.Connect;

             var hoursOfOperationOverrideProperty = new HoursOfOperationOverrideProperty {
                 EffectiveFrom = "effectiveFrom",
                 EffectiveTill = "effectiveTill",
                 OverrideConfig = new [] { new HoursOfOperationOverrideConfigProperty {
                     Day = "day",
                     EndTime = new OverrideTimeSliceProperty {
                         Hours = 123,
                         Minutes = 123
                     },
                     StartTime = new OverrideTimeSliceProperty {
                         Hours = 123,
                         Minutes = 123
                     }
                 } },
                 OverrideName = "overrideName",

                 // the properties below are optional
                 HoursOfOperationOverrideId = "hoursOfOperationOverrideId",
                 OverrideDescription = "overrideDescription"
             };

Properties

EffectiveFrom

The date from which the hours of operation override would be effective.

public string EffectiveFrom { get; set; }
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 till which the hours of operation override would be effective.

public string EffectiveTill { get; set; }
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.

public string? HoursOfOperationOverrideId { get; set; }
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.

public object OverrideConfig { get; set; }
Property Value

object

Remarks

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

OverrideDescription

The description of the hours of operation override.

public string? OverrideDescription { get; set; }
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.

public string OverrideName { get; set; }
Property Value

string

Remarks

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

Implements

CfnHoursOfOperation.IHoursOfOperationOverrideProperty
Back to top Generated by DocFX