aws-cdk-lib.aws_ssmcontacts.CfnRotation.MonthlySettingProperty

interface MonthlySettingProperty

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

Information about on-call rotations that recur monthly.

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 monthlySettingProperty: ssmcontacts.CfnRotation.MonthlySettingProperty = {
  dayOfMonth: 123,
  handOffTime: 'handOffTime',
};

Properties

NameTypeDescription
dayOfMonthnumberThe day of the month when monthly recurring on-call rotations begin.
handOffTimestringThe time of day when a monthly recurring on-call shift rotation begins.

dayOfMonth

Type: number

The day of the month when monthly recurring on-call rotations begin.


handOffTime

Type: string

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