Class HttpRouteProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.HttpRouteProps.Jsii$Proxy
All Implemented Interfaces:
BatchHttpRouteOptions, HttpRouteProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
HttpRouteProps

@Stability(Experimental) @Internal public static final class HttpRouteProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpRouteProps
An implementation for HttpRouteProps
  • 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(HttpRouteProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the HttpRouteProps.Builder.
  • Method Details

    • getHttpApi

      public final IHttpApi getHttpApi()
      Description copied from interface: HttpRouteProps
      (experimental) the API the route is associated with.
      Specified by:
      getHttpApi in interface HttpRouteProps
    • getRouteKey

      public final HttpRouteKey getRouteKey()
      Description copied from interface: HttpRouteProps
      (experimental) The key to this route.

      This is a combination of an HTTP method and an HTTP path.

      Specified by:
      getRouteKey in interface HttpRouteProps
    • getAuthorizationScopes

      public final List<String> getAuthorizationScopes()
      Description copied from interface: HttpRouteProps
      (experimental) The list of OIDC scopes to include in the authorization.

      These scopes will be merged with the scopes from the attached authorizer

      Default: - no additional authorization scopes

      Specified by:
      getAuthorizationScopes in interface HttpRouteProps
    • getAuthorizer

      public final IHttpRouteAuthorizer getAuthorizer()
      Description copied from interface: HttpRouteProps
      (experimental) Authorizer for a WebSocket API or an HTTP API.

      Default: - No authorizer

      Specified by:
      getAuthorizer in interface HttpRouteProps
    • getIntegration

      public final HttpRouteIntegration getIntegration()
      Description copied from interface: BatchHttpRouteOptions
      (experimental) The integration to be configured on this route.
      Specified by:
      getIntegration in interface BatchHttpRouteOptions
    • $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