DomainJobScheduleArgs

data class DomainJobScheduleArgs(val dayOfTheWeek: Output<DomainJobScheduleDayOfTheWeek>, val time: Output<String>) : ConvertibleToJava<DomainJobScheduleArgs>

The day and time when do you want to start the Identity Resolution Job every week.

Constructors

Link copied to clipboard
constructor(dayOfTheWeek: Output<DomainJobScheduleDayOfTheWeek>, time: Output<String>)

Properties

Link copied to clipboard

The day when the Identity Resolution Job should run every week.

Link copied to clipboard
val time: Output<String>

The time when the Identity Resolution Job should run every week.

Functions

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