aws-cdk-lib.aws_ssmcontacts.CfnRotation.ShiftCoverageProperty

interface ShiftCoverageProperty

LanguageType name
.NETAmazon.CDK.AWS.SSMContacts.CfnRotation.ShiftCoverageProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsssmcontacts#CfnRotation_ShiftCoverageProperty
Javasoftware.amazon.awscdk.services.ssmcontacts.CfnRotation.ShiftCoverageProperty
Pythonaws_cdk.aws_ssmcontacts.CfnRotation.ShiftCoverageProperty
TypeScript aws-cdk-lib » aws_ssmcontacts » CfnRotation » ShiftCoverageProperty

Information about the days of the week that the on-call rotation coverage includes.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ssmcontacts as ssmcontacts } from 'aws-cdk-lib';
const shiftCoverageProperty: ssmcontacts.CfnRotation.ShiftCoverageProperty = {
  coverageTimes: [{
    endTime: 'endTime',
    startTime: 'startTime',
  }],
  dayOfWeek: 'dayOfWeek',
};

Properties

NameTypeDescription
coverageTimesIResolvable | IResolvable | CoverageTimeProperty[]The start and end times of the shift.
dayOfWeekstringA list of days on which the schedule is active.

coverageTimes

Type: IResolvable | IResolvable | CoverageTimeProperty[]

The start and end times of the shift.


dayOfWeek

Type: string

A list of days on which the schedule is active.