Class IHttpStage.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.IHttpStage.Jsii$Proxy
- All Implemented Interfaces:
IStageRef,IStageRef.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,IHttpStage,IHttpStage.Jsii$Default,IHttpStageRef,IHttpStageRef.Jsii$Default,IStage,IStage.Jsii$Default,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default
- Enclosing interface:
IHttpStage
@Internal
public static final class IHttpStage.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IHttpStage.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal MetricReturn the given named metric for this HTTP Api Gateway Stage.final MetricMetric for the number of client-side errors captured in a given period.final MetricMetric for the total number API requests in a given period.final MetricMetric for the amount of data processed in bytes.final MetricMetric for the time between when API Gateway relays a request to the backend and when it receives a response from the backend.final MetricThe time between when API Gateway receives a request from a client and when it returns a response to the client.final MetricMetric for the number of server-side errors captured in a given period.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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.IHttpStage.Jsii$Default
getApi, getDomainUrl, metricClientError, metricCount, metricDataProcessed, metricIntegrationLatency, metricLatency, metricServerErrorMethods 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
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
metric
Return the given named metric for this HTTP Api Gateway Stage.Default: - average over 5 minutes
- Specified by:
metricin interfaceIHttpStage.Jsii$Default- 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- Specified by:
metricClientErrorin interfaceIHttpStage.Jsii$Default
-
metricCount
Metric for the total number API requests in a given period.Default: - SampleCount over 5 minutes
- Specified by:
metricCountin interfaceIHttpStage- Specified by:
metricCountin interfaceIHttpStage.Jsii$Default
-
metricDataProcessed
Metric for the amount of data processed in bytes.Default: - sum over 5 minutes
- Specified by:
metricDataProcessedin interfaceIHttpStage- Specified by:
metricDataProcessedin interfaceIHttpStage.Jsii$Default
-
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- Specified by:
metricIntegrationLatencyin interfaceIHttpStage.Jsii$Default
-
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- Specified by:
metricLatencyin interfaceIHttpStage.Jsii$Default
-
metricServerError
Metric for the number of server-side errors captured in a given period.Default: - sum over 5 minutes
- Specified by:
metricServerErrorin interfaceIHttpStage- Specified by:
metricServerErrorin interfaceIHttpStage.Jsii$Default
-