Class CfnRotationPropsMixin.CoverageTimeProperty
Information about when an on-call shift begins and ends.
Implements
Inherited Members
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
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
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
Remarks
StartTime
Information about when an on-call rotation shift begins.
public string? StartTime { get; set; }