PatchDeploymentOneTimeScheduleArgs

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

Constructors

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

Properties

Link copied to clipboard
val executeTime: Output<String>

The desired patch job execution time. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".

Functions

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