| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnScheduledAction.Builder |
CfnScheduledAction.Builder.autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
static CfnScheduledAction.Builder |
CfnScheduledAction.Builder.create(software.constructs.Construct scope,
String id) |
CfnScheduledAction.Builder |
CfnScheduledAction.Builder.desiredCapacity(Number desiredCapacity)
The desired capacity is the initial capacity of the Auto Scaling group after the scheduled action runs and the capacity it attempts to maintain.
|
CfnScheduledAction.Builder |
CfnScheduledAction.Builder.endTime(String endTime)
The date and time for the recurring schedule to end, in UTC.
|
CfnScheduledAction.Builder |
CfnScheduledAction.Builder.maxSize(Number maxSize)
The maximum size of the Auto Scaling group.
|
CfnScheduledAction.Builder |
CfnScheduledAction.Builder.minSize(Number minSize)
The minimum size of the Auto Scaling group.
|
CfnScheduledAction.Builder |
CfnScheduledAction.Builder.recurrence(String recurrence)
The recurring schedule for this action.
|
CfnScheduledAction.Builder |
CfnScheduledAction.Builder.startTime(String startTime)
The date and time for this action to start, in YYYY-MM-DDThh:mm:ssZ format in UTC/GMT only and in quotes (for example, `"2021-06-01T00:00:00Z"` ).
|
CfnScheduledAction.Builder |
CfnScheduledAction.Builder.timeZone(String timeZone)
Specifies the time zone for a cron expression.
|
Copyright © 2022. All rights reserved.