Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CronExecutionSchedule

An autoscaling execution schedule that uses a cron expression.

Properties

expression

expression: string

A cron expression that represents the time at which to execute the autoscaling policy.

Cron expressions have this format: {@code }

You can use special characters that are supported with the Quartz cron implementation.

You must specify {@code 0} as the value for seconds.

Example: {@code 0 15 10 ? * *}

timezone

timezone: Timezone

The time zone for the execution schedule.

Const type

type: string = "cron"

Methods

getDeserializedJsonObj

getJsonObj