| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
ScheduledAction.Builder |
ScheduledAction.Builder.autoScalingGroup(IAutoScalingGroup autoScalingGroup)
The AutoScalingGroup to apply the scheduled actions to.
|
static ScheduledAction.Builder |
ScheduledAction.Builder.create(software.constructs.Construct scope,
String id) |
ScheduledAction.Builder |
ScheduledAction.Builder.desiredCapacity(Number desiredCapacity)
The new desired capacity.
|
ScheduledAction.Builder |
ScheduledAction.Builder.endTime(Instant endTime)
When this scheduled action expires.
|
ScheduledAction.Builder |
ScheduledAction.Builder.maxCapacity(Number maxCapacity)
The new maximum capacity.
|
ScheduledAction.Builder |
ScheduledAction.Builder.minCapacity(Number minCapacity)
The new minimum capacity.
|
ScheduledAction.Builder |
ScheduledAction.Builder.schedule(Schedule schedule)
When to perform this action.
|
ScheduledAction.Builder |
ScheduledAction.Builder.startTime(Instant startTime)
When this scheduled action becomes active.
|
ScheduledAction.Builder |
ScheduledAction.Builder.timeZone(String timeZone)
Specifies the time zone for a cron expression.
|
Copyright © 2022. All rights reserved.