GameServerConfigScalingConfigSchedule

data class GameServerConfigScalingConfigSchedule(val cronJobDuration: String? = null, val cronSpec: String? = null, val endTime: String? = null, val startTime: String? = null)

Constructors

Link copied to clipboard
constructor(cronJobDuration: String? = null, cronSpec: String? = null, endTime: String? = null, startTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cronJobDuration: 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: 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: 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: 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".