OneTimeScheduleArgs

data class OneTimeScheduleArgs(val executeTime: Output<String>) : ConvertibleToJava<OneTimeScheduleArgs>

Sets the time for a one time patch deployment. Timestamp is in RFC3339 text format.

Constructors

Link copied to clipboard
fun OneTimeScheduleArgs(executeTime: Output<String>)

Functions

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

Properties

Link copied to clipboard
val executeTime: Output<String>

The desired patch job execution time.