Class HttpGatewayRouteSpecOptions.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.HttpGatewayRouteSpecOptions.Jsii$Proxy
All Implemented Interfaces:
CommonGatewayRouteSpecOptions, HttpGatewayRouteSpecOptions, software.amazon.jsii.JsiiSerializable
Enclosing interface:
HttpGatewayRouteSpecOptions

@Stability(Stable) @Internal public static final class HttpGatewayRouteSpecOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpGatewayRouteSpecOptions
An implementation for HttpGatewayRouteSpecOptions
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(HttpGatewayRouteSpecOptions.Builder builder)
      Constructor that initializes the object based on literal property values passed by the HttpGatewayRouteSpecOptions.Builder.
  • Method Details

    • getRouteTarget

      public final IVirtualService getRouteTarget()
      Description copied from interface: HttpGatewayRouteSpecOptions
      The VirtualService this GatewayRoute directs traffic to.
      Specified by:
      getRouteTarget in interface HttpGatewayRouteSpecOptions
    • getMatch

      public final HttpGatewayRouteMatch getMatch()
      Description copied from interface: HttpGatewayRouteSpecOptions
      The criterion for determining a request match for this GatewayRoute.

      When path match is defined, this may optionally determine the path rewrite configuration.

      Default: - matches any path and automatically rewrites the path to '/'

      Specified by:
      getMatch in interface HttpGatewayRouteSpecOptions
    • getPriority

      public final Number getPriority()
      Description copied from interface: CommonGatewayRouteSpecOptions
      The priority for the gateway route.

      When a Virtual Gateway has multiple gateway routes, gateway route match is performed in the order of specified value, where 0 is the highest priority, and first matched gateway route is selected.

      Default: - no particular priority

      Specified by:
      getPriority in interface CommonGatewayRouteSpecOptions
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object