Class IHttpStage.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.IHttpStage.Jsii$Proxy
All Implemented Interfaces:
IResource, IResource.Jsii$Default, IHttpStage, IHttpStage.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.InitializationMode

    Nested classes/interfaces inherited from interface software.constructs.IConstruct

    software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy

    Nested classes/interfaces inherited from interface software.constructs.IDependable

    software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$Proxy

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.IHttpStage

    IHttpStage.Jsii$Default, IHttpStage.Jsii$Proxy

    Nested classes/interfaces inherited from interface software.amazon.awscdk.IResource

    IResource.Jsii$Default, IResource.Jsii$Proxy

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.IStage

    IStage.Jsii$Default, IStage.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final void
    Apply the given removal policy to this resource.
    final IHttpApi
    The API this stage is associated to.
    final String
    The custom domain URL to this stage.
    The environment this resource belongs to.
    final software.constructs.Node
    The tree node.
    final Stack
    The stack in which this resource is defined.
    final String
    The name of the stage;
    final String
    The URL to this stage.
    final Metric
    metric(String metricName)
    Return the given named metric for this HTTP Api Gateway Stage.
    final Metric
    metric(String metricName, MetricOptions props)
    Return the given named metric for this HTTP Api Gateway Stage.
    final Metric
    Metric for the number of client-side errors captured in a given period.
    final Metric
    Metric for the number of client-side errors captured in a given period.
    final Metric
    Metric for the total number API requests in a given period.
    final Metric
    Metric for the total number API requests in a given period.
    final Metric
    Metric for the amount of data processed in bytes.
    final Metric
    Metric for the amount of data processed in bytes.
    final Metric
    Metric for the time between when API Gateway relays a request to the backend and when it receives a response from the backend.
    final Metric
    Metric for the time between when API Gateway relays a request to the backend and when it receives a response from the backend.
    final Metric
    The time between when API Gateway receives a request from a client and when it returns a response to the client.
    final Metric
    The time between when API Gateway receives a request from a client and when it returns a response to the client.
    final Metric
    Metric for the number of server-side errors captured in a given period.
    final Metric
    Metric 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, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
  • Method Details

    • getNode

      @Stability(Stable) @NotNull public final software.constructs.Node getNode()
      The tree node.
      Specified by:
      getNode in interface software.constructs.IConstruct
      Specified by:
      getNode in interface software.constructs.IConstruct.Jsii$Default
      Specified by:
      getNode in interface IHttpStage.Jsii$Default
      Specified by:
      getNode in interface IResource.Jsii$Default
      Specified by:
      getNode in interface IStage.Jsii$Default
    • getEnv

      @Stability(Stable) @NotNull public final ResourceEnvironment getEnv()
      The environment this resource belongs to.

      For resources that are created and managed by the CDK (generally, those created by creating new class instances like Role, Bucket, etc.), this is always the same as the environment of the stack they belong to; however, for imported resources (those obtained from static methods like fromRoleArn, fromBucketName, etc.), that might be different than the stack they were imported into.

      Specified by:
      getEnv in interface IHttpStage.Jsii$Default
      Specified by:
      getEnv in interface IResource
      Specified by:
      getEnv in interface IResource.Jsii$Default
      Specified by:
      getEnv in interface IStage.Jsii$Default
    • getStack

      @Stability(Stable) @NotNull public final Stack getStack()
      The stack in which this resource is defined.
      Specified by:
      getStack in interface IHttpStage.Jsii$Default
      Specified by:
      getStack in interface IResource
      Specified by:
      getStack in interface IResource.Jsii$Default
      Specified by:
      getStack in interface IStage.Jsii$Default
    • getStageName

      @Stability(Stable) @NotNull public final String getStageName()
      The name of the stage;

      its primary identifier.

      Specified by:
      getStageName in interface IHttpStage.Jsii$Default
      Specified by:
      getStageName in interface IStage
      Specified by:
      getStageName in interface IStage.Jsii$Default
    • getUrl

      @Stability(Stable) @NotNull public final String getUrl()
      The URL to this stage.
      Specified by:
      getUrl in interface IHttpStage.Jsii$Default
      Specified by:
      getUrl in interface IStage
      Specified by:
      getUrl in interface IStage.Jsii$Default
    • getApi

      @Stability(Stable) @NotNull public final IHttpApi getApi()
      The API this stage is associated to.
      Specified by:
      getApi in interface IHttpStage
      Specified by:
      getApi in interface IHttpStage.Jsii$Default
    • getDomainUrl

      @Stability(Stable) @NotNull public final String getDomainUrl()
      The custom domain URL to this stage.
      Specified by:
      getDomainUrl in interface IHttpStage
      Specified by:
      getDomainUrl in interface IHttpStage.Jsii$Default
    • applyRemovalPolicy

      @Stability(Stable) public final void applyRemovalPolicy(@NotNull RemovalPolicy policy)
      Apply the given removal policy to this resource.

      The Removal Policy controls what happens to this resource when it stops being managed by CloudFormation, either because you've removed it from the CDK application or because you've made a change that requires the resource to be replaced.

      The resource can be deleted (RemovalPolicy.DESTROY), or left in your AWS account for data recovery and cleanup later (RemovalPolicy.RETAIN).

      Specified by:
      applyRemovalPolicy in interface IHttpStage.Jsii$Default
      Specified by:
      applyRemovalPolicy in interface IResource
      Specified by:
      applyRemovalPolicy in interface IResource.Jsii$Default
      Specified by:
      applyRemovalPolicy in interface IStage.Jsii$Default
      Parameters:
      policy - This parameter is required.
    • metric

      @Stability(Stable) @NotNull public final Metric metric(@NotNull String metricName, @Nullable MetricOptions props)
      Return the given named metric for this HTTP Api Gateway Stage.

      Default: - average over 5 minutes

      Specified by:
      metric in interface IHttpStage.Jsii$Default
      Specified by:
      metric in interface IStage
      Specified by:
      metric in interface IStage.Jsii$Default
      Parameters:
      metricName - This parameter is required.
      props -
    • metric

      @Stability(Stable) @NotNull public final Metric metric(@NotNull String metricName)
      Return the given named metric for this HTTP Api Gateway Stage.

      Default: - average over 5 minutes

      Specified by:
      metric in interface IStage
      Parameters:
      metricName - This parameter is required.
    • metricClientError

      @Stability(Stable) @NotNull public final Metric metricClientError(@Nullable MetricOptions props)
      Metric for the number of client-side errors captured in a given period.

      Default: - sum over 5 minutes

      Specified by:
      metricClientError in interface IHttpStage
      Specified by:
      metricClientError in interface IHttpStage.Jsii$Default
      Parameters:
      props -
    • metricClientError

      @Stability(Stable) @NotNull public final Metric metricClientError()
      Metric for the number of client-side errors captured in a given period.

      Default: - sum over 5 minutes

      Specified by:
      metricClientError in interface IHttpStage
    • metricCount

      @Stability(Stable) @NotNull public final Metric metricCount(@Nullable MetricOptions props)
      Metric for the total number API requests in a given period.

      Default: - SampleCount over 5 minutes

      Specified by:
      metricCount in interface IHttpStage
      Specified by:
      metricCount in interface IHttpStage.Jsii$Default
      Parameters:
      props -
    • metricCount

      @Stability(Stable) @NotNull public final Metric metricCount()
      Metric for the total number API requests in a given period.

      Default: - SampleCount over 5 minutes

      Specified by:
      metricCount in interface IHttpStage
    • metricDataProcessed

      @Stability(Stable) @NotNull public final Metric metricDataProcessed(@Nullable MetricOptions props)
      Metric for the amount of data processed in bytes.

      Default: - sum over 5 minutes

      Specified by:
      metricDataProcessed in interface IHttpStage
      Specified by:
      metricDataProcessed in interface IHttpStage.Jsii$Default
      Parameters:
      props -
    • metricDataProcessed

      @Stability(Stable) @NotNull public final Metric metricDataProcessed()
      Metric for the amount of data processed in bytes.

      Default: - sum over 5 minutes

      Specified by:
      metricDataProcessed in interface IHttpStage
    • metricIntegrationLatency

      @Stability(Stable) @NotNull public final Metric metricIntegrationLatency(@Nullable 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.

      Default: - no statistic

      Specified by:
      metricIntegrationLatency in interface IHttpStage
      Specified by:
      metricIntegrationLatency in interface IHttpStage.Jsii$Default
      Parameters:
      props -
    • metricIntegrationLatency

      @Stability(Stable) @NotNull public final Metric 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:
      metricIntegrationLatency in interface IHttpStage
    • metricLatency

      @Stability(Stable) @NotNull public final Metric metricLatency(@Nullable MetricOptions props)
      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:
      metricLatency in interface IHttpStage
      Specified by:
      metricLatency in interface IHttpStage.Jsii$Default
      Parameters:
      props -
    • metricLatency

      @Stability(Stable) @NotNull public final Metric 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:
      metricLatency in interface IHttpStage
    • metricServerError

      @Stability(Stable) @NotNull public final Metric metricServerError(@Nullable MetricOptions props)
      Metric for the number of server-side errors captured in a given period.

      Default: - sum over 5 minutes

      Specified by:
      metricServerError in interface IHttpStage
      Specified by:
      metricServerError in interface IHttpStage.Jsii$Default
      Parameters:
      props -
    • metricServerError

      @Stability(Stable) @NotNull public final Metric metricServerError()
      Metric for the number of server-side errors captured in a given period.

      Default: - sum over 5 minutes

      Specified by:
      metricServerError in interface IHttpStage