@Stability(value=Experimental) @Internal public static final class BasicScheduledActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BasicScheduledActionProps
BasicScheduledActionPropssoftware.amazon.jsii.JsiiObject.InitializationModeBasicScheduledActionProps.Builder, BasicScheduledActionProps.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(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. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getDesiredCapacity()
(experimental) The new desired capacity.
|
Instant |
getEndTime()
(experimental) When this scheduled action expires.
|
Number |
getMaxCapacity()
(experimental) The new maximum capacity.
|
Number |
getMinCapacity()
(experimental) The new minimum capacity.
|
Schedule |
getSchedule()
(experimental) When to perform this action.
|
Instant |
getStartTime()
(experimental) When this scheduled action becomes active.
|
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.public final Schedule getSchedule()
BasicScheduledActionPropsSupports cron expressions.
For more information about cron expressions, see https://en.wikipedia.org/wiki/Cron.
Example:
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 0;8 * * ?;
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 BasicScheduledActionProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.