@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:02.495Z") @Stability(value=Experimental) public interface CommonStageOptions extends software.amazon.jsii.JsiiSerializable
Options that are common between HTTP and Websocket APIs.
| Modifier and Type | Interface and Description |
|---|---|
static class |
CommonStageOptions.Builder
A builder for
CommonStageOptions |
static class |
CommonStageOptions.Jsii$Proxy
An implementation for
CommonStageOptions |
| Modifier and Type | Method and Description |
|---|---|
static CommonStageOptions.Builder |
builder() |
default Boolean |
getAutoDeploy()
(experimental) Whether updates to an API automatically trigger a new deployment.
|
default String |
getStageName()
(experimental) The name of the stage.
|
@Stability(value=Experimental) @Nullable default Boolean getAutoDeploy()
Default: false
@Stability(value=Experimental) @Nullable default String getStageName()
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.
@Stability(value=Experimental) static CommonStageOptions.Builder builder()
CommonStageOptions.Builder of CommonStageOptionsCopyright © 2020. All rights reserved.