Show / Hide Table of Contents

Class CfnRotationPropsMixin.CoverageTimeProperty

Information about when an on-call shift begins and ends.

Inheritance
object
CfnRotationPropsMixin.CoverageTimeProperty
Implements
CfnRotationPropsMixin.ICoverageTimeProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SSMContacts
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnRotationPropsMixin.CoverageTimeProperty : CfnRotationPropsMixin.ICoverageTimeProperty
Syntax (vb)
Public Class CfnRotationPropsMixin.CoverageTimeProperty Implements CfnRotationPropsMixin.ICoverageTimeProperty
Remarks

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

             var coverageTimeProperty = new CoverageTimeProperty {
                 EndTime = "endTime",
                 StartTime = "startTime"
             };

Synopsis

Constructors

CoverageTimeProperty()

Information about when an on-call shift begins and ends.

Properties

EndTime

Information about when an on-call rotation shift ends.

StartTime

Information about when an on-call rotation shift begins.

Constructors

CoverageTimeProperty()

Information about when an on-call shift begins and ends.

public CoverageTimeProperty()
Remarks

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

             var coverageTimeProperty = new CoverageTimeProperty {
                 EndTime = "endTime",
                 StartTime = "startTime"
             };

Properties

EndTime

Information about when an on-call rotation shift ends.

public string? EndTime { get; set; }
Property Value

string

Remarks

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

StartTime

Information about when an on-call rotation shift begins.

public string? StartTime { get; set; }
Property Value

string

Remarks

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

Implements

CfnRotationPropsMixin.ICoverageTimeProperty
Back to top Generated by DocFX