@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-31T18:36:56.731Z") public interface HttpStageProps extends 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.
|
getStageName
getAutoDeploy, getDomainMapping, getThrottle
IHttpApi getHttpApi()
static HttpStageProps.Builder builder()
builder
in interface HttpStageOptions
builder
in interface StageOptions
HttpStageProps.Builder
of HttpStageProps