RotationWeeklySettingArgs

data class RotationWeeklySettingArgs(val dayOfWeek: Output<RotationDayOfWeek>, val handOffTime: Output<String>) : ConvertibleToJava<RotationWeeklySettingArgs>

DayOfWeek for Rotation and HandOff Time for Weekly Recurring Rotation.

Constructors

Link copied to clipboard
fun RotationWeeklySettingArgs(dayOfWeek: Output<RotationDayOfWeek>, handOffTime: Output<String>)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val handOffTime: Output<String>