Show / Hide Table of Contents

Interface CfnRotation.IWeeklySettingProperty

Information about rotations that recur weekly.

Namespace: Amazon.CDK.AWS.SSMContacts
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnRotation.IWeeklySettingProperty
Syntax (vb)
Public Interface CfnRotation.IWeeklySettingProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmcontacts-rotation-weeklysetting.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.AWS.SSMContacts;

             var weeklySettingProperty = new WeeklySettingProperty {
                 DayOfWeek = "dayOfWeek",
                 HandOffTime = "handOffTime"
             };

Synopsis

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.

Properties

DayOfWeek

The day of the week when weekly recurring on-call shift rotations begins.

string DayOfWeek { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmcontacts-rotation-weeklysetting.html#cfn-ssmcontacts-rotation-weeklysetting-dayofweek

HandOffTime

The time of day when a weekly recurring on-call shift rotation begins.

string HandOffTime { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmcontacts-rotation-weeklysetting.html#cfn-ssmcontacts-rotation-weeklysetting-handofftime

Back to top Generated by DocFX