Interface IAuthorizer

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IAuthorizer.Jsii$Default
All Known Implementing Classes:
Authorizer, CognitoUserPoolsAuthorizer, IAuthorizer.Jsii$Proxy, RequestAuthorizer, TokenAuthorizer

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:44.951Z") @Stability(Stable) public interface IAuthorizer extends software.amazon.jsii.JsiiSerializable
Represents an API Gateway authorizer.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IAuthorizer.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    The authorization type of this authorizer.
    The authorizer ID.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getAuthorizerId

      @Stability(Stable) @NotNull String getAuthorizerId()
      The authorizer ID.
    • getAuthorizationType

      @Stability(Stable) @Nullable default AuthorizationType getAuthorizationType()
      The authorization type of this authorizer.