aws-cdk-lib.aws_ssmcontacts.CfnRotation.WeeklySettingProperty

interface WeeklySettingProperty

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

Information about rotations that recur weekly.

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 weeklySettingProperty: ssmcontacts.CfnRotation.WeeklySettingProperty = {
  dayOfWeek: 'dayOfWeek',
  handOffTime: 'handOffTime',
};

Properties

NameTypeDescription
dayOfWeekstringThe day of the week when weekly recurring on-call shift rotations begins.
handOffTimestringThe time of day when a weekly recurring on-call shift rotation begins.

dayOfWeek

Type: string

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


handOffTime

Type: string

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