@Stability(value=Experimental) @Internal public static final class StageOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StageOptions
StageOptionssoftware.amazon.jsii.JsiiObject.InitializationModeStageOptions.Builder, StageOptions.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(StageOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
StageOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getAutoDeploy()
(experimental) Whether updates to an API automatically trigger a new deployment.
|
DomainMappingOptions |
getDomainMapping()
(experimental) The options for custom domain and api mapping.
|
ThrottleSettings |
getThrottle()
(experimental) Throttle settings for the routes of this stage.
|
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(StageOptions.Builder builder)
StageOptions.Builder.public final Boolean getAutoDeploy()
StageOptionsDefault: false
getAutoDeploy in interface StageOptionspublic final DomainMappingOptions getDomainMapping()
StageOptionsDefault: - no custom domain and api mapping configuration
getDomainMapping in interface StageOptionspublic final ThrottleSettings getThrottle()
StageOptionsDefault: - no throttling configuration
getThrottle in interface StageOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.