@Stability(value=Experimental) @Internal public static final class HttpStageProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpStageProps
HttpStagePropssoftware.amazon.jsii.JsiiObject.InitializationModeHttpStageProps.Builder, HttpStageProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(HttpStageProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
HttpStageProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| 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.
|
IHttpApi |
getHttpApi()
(experimental) The HTTP API to which this stage is associated.
|
String |
getStageName()
(experimental) The name of the 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(HttpStageProps.Builder builder)
HttpStageProps.Builder.public final IHttpApi getHttpApi()
HttpStagePropsgetHttpApi in interface HttpStagePropspublic final String getStageName()
HttpStageOptions
See StageName class for more details.
Default: '$default' the default stage of the API. This stage will have the URL at the root of the API endpoint.
getStageName in interface HttpStageOptionspublic final Boolean getAutoDeploy()
StageOptionsDefault: false
getAutoDeploy in interface StageOptionspublic final DomainMappingOptions getDomainMapping()
StageOptionsDefault: - no custom domain and api mapping configuration
getDomainMapping in interface StageOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.