Show / Hide Table of Contents

Class CfnRotation.WeeklySettingProperty

Information about rotations that recur weekly.

Inheritance
object
CfnRotation.WeeklySettingProperty
Implements
CfnRotation.IWeeklySettingProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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"
             };

Properties

DayOfWeek

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

public string DayOfWeek { get; set; }
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.

public string HandOffTime { get; set; }
Property Value

string

Remarks

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

Implements

CfnRotation.IWeeklySettingProperty
Back to top Generated by DocFX