| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IHttpStage
(experimental) Represents the HttpStage.
|
static interface |
IHttpStage.Jsii$Default
Internal default implementation for
IHttpStage. |
static interface |
IStage.Jsii$Default
Internal default implementation for
IStage. |
interface |
IWebSocketStage
(experimental) Represents the WebSocketStage.
|
static interface |
IWebSocketStage.Jsii$Default
Internal default implementation for
IWebSocketStage. |
| Modifier and Type | Method and Description |
|---|---|
IStage |
HttpApi.getDefaultStage()
(experimental) The default stage of this API.
|
default IStage |
ApiMappingProps.getStage()
(experimental) stage for the ApiMapping resource required for WebSocket API defaults to default stage of an HTTP API.
|
IStage |
ApiMappingProps.Jsii$Proxy.getStage() |
| Modifier and Type | Method and Description |
|---|---|
ApiMappingProps.Builder |
ApiMappingProps.Builder.stage(IStage stage)
Sets the value of
ApiMappingProps.getStage() |
ApiMapping.Builder |
ApiMapping.Builder.stage(IStage stage)
(experimental) stage for the ApiMapping resource required for WebSocket API defaults to default stage of an HTTP API.
|
| Constructor and Description |
|---|
Jsii$Proxy(IApi api,
IDomainName domainName,
String apiMappingKey,
IStage stage)
Constructor that initializes the object based on literal property values passed by the
ApiMappingProps.Builder. |
Copyright © 2021. All rights reserved.