Interface HttpStageProps
- All Superinterfaces:
HttpStageOptions,software.amazon.jsii.JsiiSerializable,StageOptions
- All Known Implementing Classes:
HttpStageProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-06T23:25:03.686Z")
@Stability(Stable)
public interface HttpStageProps
extends software.amazon.jsii.JsiiSerializable, HttpStageOptions
Properties to initialize an instance of
HttpStage.
Example:
HttpApi api;
HttpStage.Builder.create(this, "Stage")
.httpApi(api)
.stageName("beta")
.description("My Stage")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forHttpStagePropsstatic final classAn implementation forHttpStageProps -
Method Summary
Modifier and TypeMethodDescriptionstatic HttpStageProps.Builderbuilder()The HTTP API to which this stage is associated.Methods inherited from interface software.amazon.awscdk.services.apigatewayv2.HttpStageOptions
getStageNameMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJsonMethods inherited from interface software.amazon.awscdk.services.apigatewayv2.StageOptions
getAutoDeploy, getDescription, getDomainMapping, getThrottle
-
Method Details
-
getHttpApi
The HTTP API to which this stage is associated. -
builder
- Returns:
- a
HttpStageProps.BuilderofHttpStageProps
-