Interface IHttpStage.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IHttpStage,IHttpStageRef,IHttpStageRef.Jsii$Default,IResource,IResource.Jsii$Default,IStage,IStage.Jsii$Default,IStageRef,IStageRef.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IHttpStage.Jsii$Proxy
- Enclosing interface:
IHttpStage
@Internal
public static interface IHttpStage.Jsii$Default
extends IHttpStage, IHttpStageRef.Jsii$Default, IStage.Jsii$Default
Internal default implementation for
IHttpStage.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.IHttpStage
IHttpStage.Jsii$Default, IHttpStage.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.IHttpStageRef
IHttpStageRef.Jsii$Default, IHttpStageRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.IStage
IStage.Jsii$Default, IStage.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.apigatewayv2.IStageRef
IStageRef.Jsii$Default, IStageRef.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault IHttpApigetApi()The API this stage is associated to.default StringThe custom domain URL to this stage.default MetricReturn the given named metric for this HTTP Api Gateway Stage.default MetricMetric for the number of client-side errors captured in a given period.default MetricmetricClientError(MetricOptions props) Metric for the number of client-side errors captured in a given period.default MetricMetric for the total number API requests in a given period.default MetricmetricCount(MetricOptions props) Metric for the total number API requests in a given period.default MetricMetric for the amount of data processed in bytes.default MetricmetricDataProcessed(MetricOptions props) Metric for the amount of data processed in bytes.default MetricMetric for the time between when API Gateway relays a request to the backend and when it receives a response from the backend.default MetricMetric for the time between when API Gateway relays a request to the backend and when it receives a response from the backend.default MetricThe time between when API Gateway receives a request from a client and when it returns a response to the client.default MetricmetricLatency(MetricOptions props) The time between when API Gateway receives a request from a client and when it returns a response to the client.default MetricMetric for the number of server-side errors captured in a given period.default MetricmetricServerError(MetricOptions props) Metric for the number of server-side errors captured in a given period.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.services.apigatewayv2.IHttpStageRef.Jsii$Default
getIsHttpStageMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.awscdk.services.apigatewayv2.IStage.Jsii$Default
addStageVariable, getStageName, getUrl, metricMethods inherited from interface software.amazon.awscdk.interfaces.apigatewayv2.IStageRef.Jsii$Default
getStageRefMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApi
The API this stage is associated to.- Specified by:
getApiin interfaceIHttpStage
-
getDomainUrl
The custom domain URL to this stage.- Specified by:
getDomainUrlin interfaceIHttpStage
-
metric
Return the given named metric for this HTTP Api Gateway Stage.Default: - average over 5 minutes
- Specified by:
metricin interfaceIStage- Specified by:
metricin interfaceIStage.Jsii$Default- Parameters:
metricName- This parameter is required.
-
metricClientError
Metric for the number of client-side errors captured in a given period.Default: - sum over 5 minutes
- Specified by:
metricClientErrorin interfaceIHttpStage- Parameters:
props-
-
metricClientError
Metric for the number of client-side errors captured in a given period.Default: - sum over 5 minutes
- Specified by:
metricClientErrorin interfaceIHttpStage
-
metricCount
Metric for the total number API requests in a given period.Default: - SampleCount over 5 minutes
- Specified by:
metricCountin interfaceIHttpStage- Parameters:
props-
-
metricCount
Metric for the total number API requests in a given period.Default: - SampleCount over 5 minutes
- Specified by:
metricCountin interfaceIHttpStage
-
metricDataProcessed
Metric for the amount of data processed in bytes.Default: - sum over 5 minutes
- Specified by:
metricDataProcessedin interfaceIHttpStage- Parameters:
props-
-
metricDataProcessed
Metric for the amount of data processed in bytes.Default: - sum over 5 minutes
- Specified by:
metricDataProcessedin interfaceIHttpStage
-
metricIntegrationLatency
Metric for the time between when API Gateway relays a request to the backend and when it receives a response from the backend.Default: - no statistic
- Specified by:
metricIntegrationLatencyin interfaceIHttpStage- Parameters:
props-
-
metricIntegrationLatency
Metric for the time between when API Gateway relays a request to the backend and when it receives a response from the backend.Default: - no statistic
- Specified by:
metricIntegrationLatencyin interfaceIHttpStage
-
metricLatency
The time between when API Gateway receives a request from a client and when it returns a response to the client.The latency includes the integration latency and other API Gateway overhead.
Default: - no statistic
- Specified by:
metricLatencyin interfaceIHttpStage- Parameters:
props-
-
metricLatency
The time between when API Gateway receives a request from a client and when it returns a response to the client.The latency includes the integration latency and other API Gateway overhead.
Default: - no statistic
- Specified by:
metricLatencyin interfaceIHttpStage
-
metricServerError
Metric for the number of server-side errors captured in a given period.Default: - sum over 5 minutes
- Specified by:
metricServerErrorin interfaceIHttpStage- Parameters:
props-
-
metricServerError
Metric for the number of server-side errors captured in a given period.Default: - sum over 5 minutes
- Specified by:
metricServerErrorin interfaceIHttpStage
-