@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:21.443Z") @Stability(value=Experimental) public interface StageOptions extends software.amazon.jsii.JsiiSerializable
Options that are common between HTTP and Websocket APIs.
| Modifier and Type | Interface and Description |
|---|---|
static class |
StageOptions.Builder
A builder for
StageOptions |
static class |
StageOptions.Jsii$Proxy
An implementation for
StageOptions |
| Modifier and Type | Method and Description |
|---|---|
static StageOptions.Builder |
builder() |
default Boolean |
getAutoDeploy()
(experimental) Whether updates to an API automatically trigger a new deployment.
|
default DomainMappingOptions |
getDomainMapping()
(experimental) The options for custom domain and api mapping.
|
@Stability(value=Experimental) @Nullable default Boolean getAutoDeploy()
Default: false
@Stability(value=Experimental) @Nullable default DomainMappingOptions getDomainMapping()
Default: - no custom domain and api mapping configuration
@Stability(value=Experimental) static StageOptions.Builder builder()
StageOptions.Builder of StageOptionsCopyright © 2021. All rights reserved.