PreventionJobTriggerTriggerScheduleArgs

data class PreventionJobTriggerTriggerScheduleArgs(val recurrencePeriodDuration: Output<String>? = null) : ConvertibleToJava<PreventionJobTriggerTriggerScheduleArgs>

Constructors

Link copied to clipboard
constructor(recurrencePeriodDuration: Output<String>? = null)

Properties

Link copied to clipboard
val recurrencePeriodDuration: Output<String>? = null

With this option a job is started a regular periodic basis. For example: every day (86400 seconds). A scheduled start time will be skipped if the previous execution has not ended when its scheduled time occurs. This value must be set to a time duration greater than or equal to 1 day and can be no longer than 60 days. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".

Functions

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