@Stability(value=Stable) @Internal public static final class ScheduledActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ScheduledActionProps
ScheduledActionPropssoftware.amazon.jsii.JsiiObject.InitializationModeScheduledActionProps.Builder, ScheduledActionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(ScheduledActionProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
ScheduledActionProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
IAutoScalingGroup |
getAutoScalingGroup()
The AutoScalingGroup to apply the scheduled actions to.
|
Number |
getDesiredCapacity()
The new desired capacity.
|
Instant |
getEndTime()
When this scheduled action expires.
|
Number |
getMaxCapacity()
The new maximum capacity.
|
Number |
getMinCapacity()
The new minimum capacity.
|
Schedule |
getSchedule()
When to perform this action.
|
Instant |
getStartTime()
When this scheduled action becomes active.
|
String |
getTimeZone()
Specifies the time zone for a cron expression.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(ScheduledActionProps.Builder builder)
ScheduledActionProps.Builder.public final IAutoScalingGroup getAutoScalingGroup()
ScheduledActionPropsgetAutoScalingGroup in interface ScheduledActionPropspublic final Schedule getSchedule()
BasicScheduledActionPropsSupports cron expressions.
For more information about cron expressions, see https://en.wikipedia.org/wiki/Cron.
getSchedule in interface BasicScheduledActionPropspublic final Number getDesiredCapacity()
BasicScheduledActionPropsAt the scheduled time, set the desired capacity to the given capacity.
At least one of maxCapacity, minCapacity, or desiredCapacity must be supplied.
Default: - No new desired capacity.
getDesiredCapacity in interface BasicScheduledActionPropspublic final Instant getEndTime()
BasicScheduledActionPropsDefault: - The rule never expires.
getEndTime in interface BasicScheduledActionPropspublic final Number getMaxCapacity()
BasicScheduledActionPropsAt the scheduled time, set the maximum capacity to the given capacity.
At least one of maxCapacity, minCapacity, or desiredCapacity must be supplied.
Default: - No new maximum capacity.
getMaxCapacity in interface BasicScheduledActionPropspublic final Number getMinCapacity()
BasicScheduledActionPropsAt the scheduled time, set the minimum capacity to the given capacity.
At least one of maxCapacity, minCapacity, or desiredCapacity must be supplied.
Default: - No new minimum capacity.
getMinCapacity in interface BasicScheduledActionPropspublic final Instant getStartTime()
BasicScheduledActionPropsDefault: - The rule is activate immediately.
getStartTime in interface BasicScheduledActionPropspublic final String getTimeZone()
BasicScheduledActionPropsIf a time zone is not provided, UTC is used by default.
Valid values are the canonical names of the IANA time zones, derived from the IANA Time Zone Database (such as Etc/GMT+9 or Pacific/Tahiti).
For more information, see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones.
Default: - UTC
getTimeZone in interface BasicScheduledActionProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.