| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static Schedule |
Schedule.cron(CronOptions options)
(experimental) Create a schedule from a set of cron fields.
|
static Schedule |
Schedule.expression(String expression)
(experimental) Construct a schedule from a literal schedule expression.
|
Schedule |
ScheduledActionProps.Jsii$Proxy.getSchedule() |
Schedule |
BasicScheduledActionProps.getSchedule()
(experimental) When to perform this action.
|
Schedule |
BasicScheduledActionProps.Jsii$Proxy.getSchedule() |
| Modifier and Type | Method and Description |
|---|---|
ScheduledActionProps.Builder |
ScheduledActionProps.Builder.schedule(Schedule schedule)
Sets the value of
BasicScheduledActionProps.getSchedule() |
BasicScheduledActionProps.Builder |
BasicScheduledActionProps.Builder.schedule(Schedule schedule)
Sets the value of
BasicScheduledActionProps.getSchedule() |
ScheduledAction.Builder |
ScheduledAction.Builder.schedule(Schedule schedule)
(experimental) When to perform this action.
|
| Constructor and Description |
|---|
Jsii$Proxy(IAutoScalingGroup autoScalingGroup,
Schedule schedule,
Number desiredCapacity,
Instant endTime,
Number maxCapacity,
Number minCapacity,
Instant startTime)
Constructor that initializes the object based on literal property values passed by the
ScheduledActionProps.Builder. |
Jsii$Proxy(Schedule schedule,
Number desiredCapacity,
Instant endTime,
Number maxCapacity,
Number minCapacity,
Instant startTime)
Constructor that initializes the object based on literal property values passed by the
BasicScheduledActionProps.Builder. |
Copyright © 2021. All rights reserved.