@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:41.586Z") @Stability(value=Experimental) public interface HttpStageProps extends software.amazon.jsii.JsiiSerializable, HttpStageOptions
Example:
HttpApi api;
HttpStage.Builder.create(this, "Stage")
.httpApi(api)
.stageName("beta")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
HttpStageProps.Builder
A builder for
HttpStageProps |
static class |
HttpStageProps.Jsii$Proxy
An implementation for
HttpStageProps |
| Modifier and Type | Method and Description |
|---|---|
static HttpStageProps.Builder |
builder() |
IHttpApi |
getHttpApi()
(experimental) The HTTP API to which this stage is associated.
|
getStageNamegetAutoDeploy, getDomainMapping, getThrottle@Stability(value=Experimental) @NotNull IHttpApi getHttpApi()
@Stability(value=Experimental) static HttpStageProps.Builder builder()
builder in interface HttpStageOptionsbuilder in interface StageOptionsHttpStageProps.Builder of HttpStagePropsCopyright © 2022. All rights reserved.