| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IStage.Jsii$Default
Internal default implementation for
IStage. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IStage.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
Stage
Example:
|
| Modifier and Type | Method and Description |
|---|---|
AccessLogDestinationConfig |
LogGroupLogDestination.bind(IStage _stage)
Binds this destination to the CloudWatch Logs.
|
AccessLogDestinationConfig |
IAccessLogDestination.bind(IStage stage)
Binds this destination to the RestApi Stage.
|
AccessLogDestinationConfig |
IAccessLogDestination.Jsii$Proxy.bind(IStage stage)
Binds this destination to the RestApi Stage.
|
default AccessLogDestinationConfig |
IAccessLogDestination.Jsii$Default.bind(IStage stage)
Binds this destination to the RestApi Stage.
|
Metric |
Method.metric(String metricName,
IStage stage)
Returns the given named metric for this API method.
|
Metric |
Method.metric(String metricName,
IStage stage,
MetricOptions props)
Returns the given named metric for this API method.
|
Metric |
Method.metricCacheHitCount(IStage stage)
Metric for the number of requests served from the API cache in a given period.
|
Metric |
Method.metricCacheHitCount(IStage stage,
MetricOptions props)
Metric for the number of requests served from the API cache in a given period.
|
Metric |
Method.metricCacheMissCount(IStage stage)
Metric for the number of requests served from the backend in a given period, when API caching is enabled.
|
Metric |
Method.metricCacheMissCount(IStage stage,
MetricOptions props)
Metric for the number of requests served from the backend in a given period, when API caching is enabled.
|
Metric |
Method.metricClientError(IStage stage)
Metric for the number of client-side errors captured in a given period.
|
Metric |
Method.metricClientError(IStage stage,
MetricOptions props)
Metric for the number of client-side errors captured in a given period.
|
Metric |
Method.metricCount(IStage stage)
Metric for the total number API requests in a given period.
|
Metric |
Method.metricCount(IStage stage,
MetricOptions props)
Metric for the total number API requests in a given period.
|
Metric |
Method.metricIntegrationLatency(IStage stage)
Metric for the time between when API Gateway relays a request to the backend and when it receives a response from the backend.
|
Metric |
Method.metricIntegrationLatency(IStage stage,
MetricOptions props)
Metric for the time between when API Gateway relays a request to the backend and when it receives a response from the backend.
|
Metric |
Method.metricLatency(IStage stage)
The time between when API Gateway receives a request from a client and when it returns a response to the client.
|
Metric |
Method.metricLatency(IStage stage,
MetricOptions props)
The time between when API Gateway receives a request from a client and when it returns a response to the client.
|
Metric |
Method.metricServerError(IStage stage)
Metric for the number of server-side errors captured in a given period.
|
Metric |
Method.metricServerError(IStage stage,
MetricOptions props)
Metric for the number of server-side errors captured in a given period.
|
Copyright © 2022. All rights reserved.