Class CfnRotation.WeeklySettingProperty
Information about rotations that recur weekly.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.SSMContacts
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class WeeklySettingProperty : Object, CfnRotation.IWeeklySettingProperty
Syntax (vb)
Public Class WeeklySettingProperty
Inherits Object
Implements CfnRotation.IWeeklySettingProperty
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.AWS.SSMContacts;
var weeklySettingProperty = new WeeklySettingProperty {
DayOfWeek = "dayOfWeek",
HandOffTime = "handOffTime"
};
Synopsis
Constructors
Weekly |
Properties
Day |
The day of the week when weekly recurring on-call shift rotations begins. |
Hand |
The time of day when a weekly recurring on-call shift rotation begins. |
Constructors
WeeklySettingProperty()
public WeeklySettingProperty()
Properties
DayOfWeek
The day of the week when weekly recurring on-call shift rotations begins.
public string DayOfWeek { get; set; }
Property Value
System.
Remarks
HandOffTime
The time of day when a weekly recurring on-call shift rotation begins.
public string HandOffTime { get; set; }
Property Value
System.