Class CfnRotation.WeeklySettingProperty
Information about rotations that recur weekly.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.SSMContacts
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnRotation.WeeklySettingProperty : CfnRotation.IWeeklySettingProperty
Syntax (vb)
Public Class CfnRotation.WeeklySettingProperty 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
WeeklySettingProperty() | Information about rotations that recur weekly. |
Properties
DayOfWeek | The day of the week when weekly recurring on-call shift rotations begins. |
HandOffTime | The time of day when a weekly recurring on-call shift rotation begins. |
Constructors
WeeklySettingProperty()
Information about rotations that recur weekly.
public WeeklySettingProperty()
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"
};
Properties
DayOfWeek
The day of the week when weekly recurring on-call shift rotations begins.
public string DayOfWeek { get; set; }
Property Value
Remarks
HandOffTime
The time of day when a weekly recurring on-call shift rotation begins.
public string HandOffTime { get; set; }