Class APIGatewayV2CustomAuthorizerEvent


  • public class APIGatewayV2CustomAuthorizerEvent
    extends java.lang.Object
    The V2 API Gateway customer authorizer event object as described - https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-lambda-authorizer.html
    • Constructor Detail

      • APIGatewayV2CustomAuthorizerEvent

        public APIGatewayV2CustomAuthorizerEvent()
    • Method Detail

      • getHeaders

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.lang.String> getHeaders()
      • getQueryStringParameters

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.lang.String> getQueryStringParameters()
      • getPathParameters

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.lang.String> getPathParameters()
      • getStageVariables

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.lang.String> getStageVariables()
      • getIdentitySource

        @NotNull
        public @NotNull java.util.List<java.lang.String> getIdentitySource()
      • getCookies

        @NotNull
        public @NotNull java.util.List<java.lang.String> getCookies()