Class HttpRouteAuthorizerConfig.Jsii$Proxy

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

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

    • getAuthorizationType

      public final String getAuthorizationType()
      Description copied from interface: HttpRouteAuthorizerConfig
      (experimental) The type of authorization.

      Possible values are:

      • AWS_IAM - IAM Authorizer
      • JWT - JSON Web Token Authorizer
      • CUSTOM - Lambda Authorizer
      • NONE - No Authorization
      Specified by:
      getAuthorizationType in interface HttpRouteAuthorizerConfig
    • getAuthorizationScopes

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

      Default: - no authorization scopes

      Specified by:
      getAuthorizationScopes in interface HttpRouteAuthorizerConfig
    • getAuthorizerId

      public final String getAuthorizerId()
      Description copied from interface: HttpRouteAuthorizerConfig
      (experimental) The authorizer id.

      Default: - No authorizer id (useful for AWS_IAM route authorizer)

      Specified by:
      getAuthorizerId in interface HttpRouteAuthorizerConfig
    • $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