| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IHttpStage.Jsii$Default
Internal default implementation for
IHttpStage. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IHttpStage.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
default IHttpStage |
HttpApiMappingProps.getStage()
(experimental) stage for the HttpApiMapping resource.
|
IHttpStage |
HttpApiMappingProps.Jsii$Proxy.getStage() |
| Modifier and Type | Method and Description |
|---|---|
HttpApiMapping.Builder |
HttpApiMapping.Builder.stage(IHttpStage stage)
(experimental) stage for the HttpApiMapping resource.
|
HttpApiMappingProps.Builder |
HttpApiMappingProps.Builder.stage(IHttpStage stage)
Sets the value of
HttpApiMappingProps.getStage() |
| Constructor and Description |
|---|
Jsii$Proxy(IHttpApi api,
IDomainName domainName,
String apiMappingKey,
IHttpStage stage)
Constructor that initializes the object based on literal property values passed by the
HttpApiMappingProps.Builder. |
Copyright © 2020. All rights reserved.