| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpStage
(experimental) Represents a stage where an instance of the API is deployed.
|
static class |
IHttpStage.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
static class |
IStage.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IStage |
HttpStage.fromStageName(software.constructs.Construct scope,
String id,
String stageName)
(experimental) Import an existing stage into this CDK app.
|
default IStage |
DomainMappingOptions.getStage()
(experimental) The API Stage.
|
IStage |
DomainMappingOptions.Jsii$Proxy.getStage() |
| Modifier and Type | Method and Description |
|---|---|
DomainMappingOptions.Builder |
DomainMappingOptions.Builder.stage(IStage stage)
Sets the value of
DomainMappingOptions.getStage() |
| Constructor and Description |
|---|
Jsii$Proxy(IStage stage,
IDomainName domainName,
String mappingKey)
Constructor that initializes the object based on literal property values passed by the
DomainMappingOptions.Builder. |
Copyright © 2020. All rights reserved.