interface MonthlySettingProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.SSMContacts.CfnRotation.MonthlySettingProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsssmcontacts#CfnRotation_MonthlySettingProperty |
Java | software.amazon.awscdk.services.ssmcontacts.CfnRotation.MonthlySettingProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
day | number | The day of the month when monthly recurring on-call rotations begin. |
hand | string | The 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.