RotationMonthlySettingArgs

data class RotationMonthlySettingArgs(val dayOfMonth: Output<Int>, val handOffTime: Output<String>) : ConvertibleToJava<RotationMonthlySettingArgs>

DayOfWeek for Month and HandOff Time for Monthly Recurring Rotation.

Constructors

Link copied to clipboard
constructor(dayOfMonth: Output<Int>, handOffTime: Output<String>)

Properties

Link copied to clipboard
val dayOfMonth: Output<Int>

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

Link copied to clipboard
val handOffTime: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): RotationMonthlySettingArgs