| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Deployment |
Deployment.Builder.build() |
Deployment |
StageProps.getDeployment()
(experimental) The deployment that this stage points to [disable-awslint:ref-via-interface].
|
Deployment |
StageProps.Jsii$Proxy.getDeployment() |
default Deployment |
IRestApi.getLatestDeployment()
(experimental) API Gateway deployment that represents the latest changes of the API.
|
Deployment |
IRestApi.Jsii$Proxy.getLatestDeployment()
(experimental) API Gateway deployment that represents the latest changes of the API.
|
default Deployment |
IRestApi.Jsii$Default.getLatestDeployment()
(experimental) API Gateway deployment that represents the latest changes of the API.
|
Deployment |
RestApiBase.getLatestDeployment()
(experimental) API Gateway deployment that represents the latest changes of the API.
|
| Modifier and Type | Method and Description |
|---|---|
Stage.Builder |
Stage.Builder.deployment(Deployment deployment)
(experimental) The deployment that this stage points to [disable-awslint:ref-via-interface].
|
StageProps.Builder |
StageProps.Builder.deployment(Deployment deployment)
Sets the value of
StageProps.getDeployment() |
| Constructor and Description |
|---|
Jsii$Proxy(Deployment deployment,
IAccessLogDestination accessLogDestination,
AccessLogFormat accessLogFormat,
Boolean cacheClusterEnabled,
String cacheClusterSize,
String clientCertificateId,
String description,
String documentationVersion,
Map<String,? extends MethodDeploymentOptions> methodOptions,
String stageName,
Boolean tracingEnabled,
Map<String,String> variables,
Boolean cacheDataEncrypted,
Duration cacheTtl,
Boolean cachingEnabled,
Boolean dataTraceEnabled,
MethodLoggingLevel loggingLevel,
Boolean metricsEnabled,
Number throttlingBurstLimit,
Number throttlingRateLimit)
Constructor that initializes the object based on literal property values passed by the
StageProps.Builder. |
Copyright © 2021. All rights reserved.