@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-19T23:09:29.945Z") @Stability(value=Experimental) public interface IHttpStage extends software.amazon.jsii.JsiiSerializable, IStage
Modifier and Type | Interface and Description |
---|---|
static interface |
IHttpStage.Jsii$Default
Internal default implementation for
IHttpStage . |
static class |
IHttpStage.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
Modifier and Type | Method and Description |
---|---|
IHttpApi |
getApi()
(experimental) The API this stage is associated to.
|
String |
getDomainUrl()
(experimental) The custom domain URL to this stage.
|
Metric |
metricClientError()
(experimental) Metric for the number of client-side errors captured in a given period.
|
Metric |
metricClientError(MetricOptions props)
(experimental) Metric for the number of client-side errors captured in a given period.
|
Metric |
metricCount()
(experimental) Metric for the total number API requests in a given period.
|
Metric |
metricCount(MetricOptions props)
(experimental) Metric for the total number API requests in a given period.
|
Metric |
metricDataProcessed()
(experimental) Metric for the amount of data processed in bytes.
|
Metric |
metricDataProcessed(MetricOptions props)
(experimental) Metric for the amount of data processed in bytes.
|
Metric |
metricIntegrationLatency()
(experimental) Metric for the time between when API Gateway relays a request to the backend and when it receives a response from the backend.
|
Metric |
metricIntegrationLatency(MetricOptions props)
(experimental) Metric for the time between when API Gateway relays a request to the backend and when it receives a response from the backend.
|
Metric |
metricLatency()
(experimental) The time between when API Gateway receives a request from a client and when it returns a response to the client.
|
Metric |
metricLatency(MetricOptions props)
(experimental) The time between when API Gateway receives a request from a client and when it returns a response to the client.
|
Metric |
metricServerError()
(experimental) Metric for the number of server-side errors captured in a given period.
|
Metric |
metricServerError(MetricOptions props)
(experimental) Metric for the number of server-side errors captured in a given period.
|
getStageName, getUrl, metric, metric
applyRemovalPolicy, getEnv, getStack
getNode
@Stability(value=Experimental) @NotNull IHttpApi getApi()
@Stability(value=Experimental) @NotNull String getDomainUrl()
@Stability(value=Experimental) @NotNull Metric metricClientError(@Nullable MetricOptions props)
Default: - sum over 5 minutes
props
- @Stability(value=Experimental) @NotNull Metric metricClientError()
Default: - sum over 5 minutes
@Stability(value=Experimental) @NotNull Metric metricCount(@Nullable MetricOptions props)
Default: - SampleCount over 5 minutes
props
- @Stability(value=Experimental) @NotNull Metric metricCount()
Default: - SampleCount over 5 minutes
@Stability(value=Experimental) @NotNull Metric metricDataProcessed(@Nullable MetricOptions props)
Default: - sum over 5 minutes
props
- @Stability(value=Experimental) @NotNull Metric metricDataProcessed()
Default: - sum over 5 minutes
@Stability(value=Experimental) @NotNull Metric metricIntegrationLatency(@Nullable MetricOptions props)
Default: - no statistic
props
- @Stability(value=Experimental) @NotNull Metric metricIntegrationLatency()
Default: - no statistic
@Stability(value=Experimental) @NotNull Metric metricLatency(@Nullable MetricOptions props)
The latency includes the integration latency and other API Gateway overhead.
Default: - no statistic
props
- @Stability(value=Experimental) @NotNull Metric metricLatency()
The latency includes the integration latency and other API Gateway overhead.
Default: - no statistic
@Stability(value=Experimental) @NotNull Metric metricServerError(@Nullable MetricOptions props)
Default: - sum over 5 minutes
props
- @Stability(value=Experimental) @NotNull Metric metricServerError()
Default: - sum over 5 minutes
Copyright © 2023. All rights reserved.