Uses of Enum Class
software.amazon.awscdk.services.apigatewayv2.HttpAuthorizerType
Packages that use HttpAuthorizerType
Package
Description
AWS APIGatewayv2 Authorizers
AWS APIGatewayv2 Construct Library
-
Uses of HttpAuthorizerType in software.amazon.awscdk.aws_apigatewayv2_authorizers
Methods in software.amazon.awscdk.aws_apigatewayv2_authorizers that return HttpAuthorizerTypeModifier and TypeMethodDescriptionHttpIamAuthorizer.getAuthorizationType()The authorizationType used for IAM Authorizer. -
Uses of HttpAuthorizerType in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return HttpAuthorizerTypeModifier and TypeMethodDescriptionHttpAuthorizerProps.getType()The type of authorizer.final HttpAuthorizerTypeHttpAuthorizerProps.Jsii$Proxy.getType()static HttpAuthorizerTypeReturns the enum constant of this class with the specified name.static HttpAuthorizerType[]HttpAuthorizerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type HttpAuthorizerTypeModifier and TypeMethodDescriptionHttpAuthorizer.Builder.type(HttpAuthorizerType type) The type of authorizer.HttpAuthorizerProps.Builder.type(HttpAuthorizerType type) Sets the value ofHttpAuthorizerProps.getType()