ApplicationScalingRuleScalingRuleTimer

data class ApplicationScalingRuleScalingRuleTimer(val beginDate: String? = null, val endDate: String? = null, val period: String? = null, val schedules: List<ApplicationScalingRuleScalingRuleTimerSchedule>? = null)

Constructors

Link copied to clipboard
constructor(beginDate: String? = null, endDate: String? = null, period: String? = null, schedules: List<ApplicationScalingRuleScalingRuleTimerSchedule>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val beginDate: String? = null

The Start date. When the begin_date and end_date values are empty. it indicates long-term execution and is the default value.

Link copied to clipboard
val endDate: String? = null

The End Date. When the begin_date and end_date values are empty. it indicates long-term execution and is the default value.

Link copied to clipboard
val period: String? = null

The period in which a timed elastic scaling strategy is executed.

Link copied to clipboard

Resilient Scaling Strategy Trigger Timing. See schedules below.