Class IHttpApi.Jsii$Proxy
- All Implemented Interfaces:
IApiRef,IApiRef.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,IApi,IApi.Jsii$Default,IHttpApi,IHttpApi.Jsii$Default,IHttpApiRef,IHttpApiRef.Jsii$Default,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default
- Enclosing interface:
IHttpApi
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.IApi
IApi.Jsii$Default, IApi.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.apigatewayv2.IApiRef
IApiRef.Jsii$Default, IApiRef.Jsii$ProxyNested 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.IHttpApi
IHttpApi.Jsii$Default, IHttpApi.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.IHttpApiRef
IHttpApiRef.Jsii$Default, IHttpApiRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringGet the "execute-api" ARN.final StringarnForExecuteApi(String method) Get the "execute-api" ARN.final StringarnForExecuteApi(String method, String path) Get the "execute-api" ARN.final MetricReturn the given named metric for this Api Gateway.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.amazon.awscdk.services.apigatewayv2.IApi.Jsii$Default
getApiEndpoint, getApiId, metricMethods inherited from interface software.amazon.awscdk.interfaces.apigatewayv2.IApiRef.Jsii$Default
getApiRefMethods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.services.apigatewayv2.IHttpApi.Jsii$Default
addVpcLink, arnForExecuteApi, getDefaultAuthorizationScopes, getDefaultAuthorizer, getDefaultStage, metricClientError, metricCount, metricDataProcessed, metricIntegrationLatency, metricLatency, metricServerErrorMethods inherited from interface software.amazon.awscdk.services.apigatewayv2.IHttpApiRef.Jsii$Default
getIsHttpApiMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods 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 Api Gateway.Default: - average over 5 minutes
- Specified by:
metricin interfaceIApi- Specified by:
metricin interfaceIApi.Jsii$Default- Specified by:
metricin interfaceIHttpApi.Jsii$Default- Parameters:
metricName- This parameter is required.
-
arnForExecuteApi
@Stability(Stable) @NotNull public final String arnForExecuteApi(@Nullable String method, @Nullable String path) Get the "execute-api" ARN.When 'ANY' is passed to the method, an ARN with the method set to '*' is obtained.
Default: - The default behavior applies when no specific method, path, or stage is provided. In this case, the ARN will cover all methods, all resources, and all stages of this API. Specifically, if 'method' is not specified, it defaults to '*', representing all methods. If 'path' is not specified, it defaults to '/*', representing all paths. If 'stage' is not specified, it also defaults to '*', representing all stages.
- Specified by:
arnForExecuteApiin interfaceIHttpApi- Specified by:
arnForExecuteApiin interfaceIHttpApi.Jsii$Default- Parameters:
method-path-
-
arnForExecuteApi
Get the "execute-api" ARN.When 'ANY' is passed to the method, an ARN with the method set to '*' is obtained.
Default: - The default behavior applies when no specific method, path, or stage is provided. In this case, the ARN will cover all methods, all resources, and all stages of this API. Specifically, if 'method' is not specified, it defaults to '*', representing all methods. If 'path' is not specified, it defaults to '/*', representing all paths. If 'stage' is not specified, it also defaults to '*', representing all stages.
- Specified by:
arnForExecuteApiin interfaceIHttpApi- Specified by:
arnForExecuteApiin interfaceIHttpApi.Jsii$Default- Parameters:
method-
-
arnForExecuteApi
Get the "execute-api" ARN.When 'ANY' is passed to the method, an ARN with the method set to '*' is obtained.
Default: - The default behavior applies when no specific method, path, or stage is provided. In this case, the ARN will cover all methods, all resources, and all stages of this API. Specifically, if 'method' is not specified, it defaults to '*', representing all methods. If 'path' is not specified, it defaults to '/*', representing all paths. If 'stage' is not specified, it also defaults to '*', representing all stages.
- Specified by:
arnForExecuteApiin interfaceIHttpApi- Specified by:
arnForExecuteApiin interfaceIHttpApi.Jsii$Default
-
metricClientError
Metric for the number of client-side errors captured in a given period.Default: - sum over 5 minutes
- Specified by:
metricClientErrorin interfaceIHttpApi- Specified by:
metricClientErrorin interfaceIHttpApi.Jsii$Default
-
metricCount
Metric for the total number API requests in a given period.Default: - SampleCount over 5 minutes
- Specified by:
metricCountin interfaceIHttpApi- Specified by:
metricCountin interfaceIHttpApi.Jsii$Default
-
metricDataProcessed
Metric for the amount of data processed in bytes.Default: - sum over 5 minutes
- Specified by:
metricDataProcessedin interfaceIHttpApi- Specified by:
metricDataProcessedin interfaceIHttpApi.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 interfaceIHttpApi- Specified by:
metricIntegrationLatencyin interfaceIHttpApi.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 interfaceIHttpApi- Specified by:
metricLatencyin interfaceIHttpApi.Jsii$Default
-
metricServerError
Metric for the number of server-side errors captured in a given period.Default: - sum over 5 minutes
- Specified by:
metricServerErrorin interfaceIHttpApi- Specified by:
metricServerErrorin interfaceIHttpApi.Jsii$Default
-