public static final class HttpStageProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpStageProps
HttpStageProps
HttpStageProps.Builder, HttpStageProps.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.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.
|
java.lang.String |
getStageName()
(experimental) The name of the stage.
|
ThrottleSettings |
getThrottle()
(experimental) Throttle settings for the routes of this stage.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final IHttpApi getHttpApi()
HttpStageProps
getHttpApi
in interface HttpStageProps
public final java.lang.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 HttpStageOptions
public final java.lang.Boolean getAutoDeploy()
StageOptions
Default: false
getAutoDeploy
in interface StageOptions
public final DomainMappingOptions getDomainMapping()
StageOptions
Default: - no custom domain and api mapping configuration
getDomainMapping
in interface StageOptions
public final ThrottleSettings getThrottle()
StageOptions
Default: - no throttling configuration
getThrottle
in interface StageOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()