Show / Hide Table of Contents

Class CfnHoursOfOperationPropsMixin.RecurrencePatternProperty

Pattern for recurring hours of operation overrides.

Inheritance
object
CfnHoursOfOperationPropsMixin.RecurrencePatternProperty
Implements
CfnHoursOfOperationPropsMixin.IRecurrencePatternProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnHoursOfOperationPropsMixin.RecurrencePatternProperty : CfnHoursOfOperationPropsMixin.IRecurrencePatternProperty
Syntax (vb)
Public Class CfnHoursOfOperationPropsMixin.RecurrencePatternProperty Implements CfnHoursOfOperationPropsMixin.IRecurrencePatternProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-hoursofoperation-recurrencepattern.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 recurrencePatternProperty = new RecurrencePatternProperty {
                 ByMonth = new [] { 123 },
                 ByMonthDay = new [] { 123 },
                 ByWeekdayOccurrence = new [] { 123 },
                 Frequency = "frequency",
                 Interval = 123
             };

Synopsis

Constructors

RecurrencePatternProperty()

Pattern for recurring hours of operation overrides.

Properties

ByMonth

List of months (1-12) for recurrence pattern.

ByMonthDay

List of month days (-1 to 31) for recurrence pattern.

ByWeekdayOccurrence

Pattern for recurring hours of operation overrides.

Frequency

The frequency of recurrence for hours of operation overrides.

Interval

Pattern for recurring hours of operation overrides.

Constructors

RecurrencePatternProperty()

Pattern for recurring hours of operation overrides.

public RecurrencePatternProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-hoursofoperation-recurrencepattern.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 recurrencePatternProperty = new RecurrencePatternProperty {
                 ByMonth = new [] { 123 },
                 ByMonthDay = new [] { 123 },
                 ByWeekdayOccurrence = new [] { 123 },
                 Frequency = "frequency",
                 Interval = 123
             };

Properties

ByMonth

List of months (1-12) for recurrence pattern.

public object? ByMonth { get; set; }
Property Value

object

Remarks

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

Type union: either (double)[] or IResolvable

ByMonthDay

List of month days (-1 to 31) for recurrence pattern.

public object? ByMonthDay { get; set; }
Property Value

object

Remarks

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

Type union: either (double)[] or IResolvable

ByWeekdayOccurrence

Pattern for recurring hours of operation overrides.

public object? ByWeekdayOccurrence { get; set; }
Property Value

object

Remarks

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

Type union: either (double)[] or IResolvable

Frequency

The frequency of recurrence for hours of operation overrides.

public string? Frequency { get; set; }
Property Value

string

Remarks

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

Interval

Pattern for recurring hours of operation overrides.

public double? Interval { get; set; }
Property Value

double?

Remarks

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

Implements

CfnHoursOfOperationPropsMixin.IRecurrencePatternProperty
Back to top Generated by DocFX