Class CfnHoursOfOperationPropsMixin.RecurrencePatternProperty
Pattern for recurring hours of operation overrides.
Inherited Members
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
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
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
Remarks
ByMonthDay
List of month days (-1 to 31) for recurrence pattern.
public object? ByMonthDay { get; set; }
Property Value
Remarks
ByWeekdayOccurrence
Pattern for recurring hours of operation overrides.
public object? ByWeekdayOccurrence { get; set; }
Property Value
Remarks
Frequency
The frequency of recurrence for hours of operation overrides.
public string? Frequency { get; set; }
Property Value
Remarks
Interval
Pattern for recurring hours of operation overrides.
public double? Interval { get; set; }