GameServerConfigScalingConfigScheduleArgs

data class GameServerConfigScalingConfigScheduleArgs(val cronJobDuration: Output<String>? = null, val cronSpec: Output<String>? = null, val endTime: Output<String>? = null, val startTime: Output<String>? = null) : ConvertibleToJava<GameServerConfigScalingConfigScheduleArgs>

Constructors

constructor(cronJobDuration: Output<String>? = null, cronSpec: Output<String>? = null, endTime: Output<String>? = null, startTime: Output<String>? = null)

Properties

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

The duration for the cron job event. The duration of the event is effective after the cron job's start time. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".

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

The cron definition of the scheduled event. See https://en.wikipedia.org/wiki/Cron. Cron spec specifies the local time as defined by the realm.

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

The end time of the event. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".

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

The start time of the event. 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(): GameServerConfigScalingConfigScheduleArgs