Interface CfnRotation.IMonthlySettingProperty
Information about on-call rotations that recur monthly.
Namespace: Amazon.CDK.AWS.SSMContacts
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IMonthlySettingProperty
Syntax (vb)
Public Interface IMonthlySettingProperty
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 monthlySettingProperty = new MonthlySettingProperty {
DayOfMonth = 123,
HandOffTime = "handOffTime"
};
Synopsis
Properties
Day |
The day of the month when monthly recurring on-call rotations begin. |
Hand |
The time of day when a monthly recurring on-call shift rotation begins. |
Properties
DayOfMonth
The day of the month when monthly recurring on-call rotations begin.
double DayOfMonth { get; }
Property Value
System.
Remarks
HandOffTime
The time of day when a monthly recurring on-call shift rotation begins.
string HandOffTime { get; }
Property Value
System.