| Modifier and Type | Interface and Description |
|---|---|
static interface |
IApi.Jsii$Default
Internal default implementation for
IApi. |
interface |
IHttpApi
(experimental) Represents an HTTP API.
|
static interface |
IHttpApi.Jsii$Default
Internal default implementation for
IHttpApi. |
interface |
IWebSocketApi
(experimental) Represents a WebSocket API.
|
static interface |
IWebSocketApi.Jsii$Default
Internal default implementation for
IWebSocketApi. |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpApi
(experimental) Create a new API Gateway HTTP API endpoint.
|
static class |
IApi.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
static class |
IHttpApi.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
static class |
IWebSocketApi.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
WebSocketApi
(experimental) Create a new API Gateway WebSocket API endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
IApi |
ApiMappingProps.getApi()
(experimental) The Api to which this mapping is applied.
|
IApi |
ApiMappingProps.Jsii$Proxy.getApi() |
protected IApi |
HttpStage.getBaseApi() |
protected IApi |
WebSocketStage.getBaseApi() |
| Modifier and Type | Method and Description |
|---|---|
ApiMappingProps.Builder |
ApiMappingProps.Builder.api(IApi api)
Sets the value of
ApiMappingProps.getApi() |
ApiMapping.Builder |
ApiMapping.Builder.api(IApi api)
(experimental) The Api to which this mapping is applied.
|
Copyright © 2023. All rights reserved.