Uses of Class
software.amazon.awscdk.services.apigatewayv2.HttpAuthorizer.Builder
Packages that use HttpAuthorizer.Builder
Package
Description
AWS::APIGatewayv2 Construct Library
-
Uses of HttpAuthorizer.Builder in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return HttpAuthorizer.BuilderModifier and TypeMethodDescriptionHttpAuthorizer.Builder.authorizerName(String authorizerName) (experimental) Name of the authorizer.HttpAuthorizer.Builder.authorizerUri(String authorizerUri) (experimental) The authorizer's Uniform Resource Identifier (URI).static HttpAuthorizer.BuilderHttpAuthorizer.Builder.enableSimpleResponses(Boolean enableSimpleResponses) (experimental) Specifies whether a Lambda authorizer returns a response in a simple format.(experimental) HTTP Api to attach the authorizer to.HttpAuthorizer.Builder.identitySource(List<String> identitySource) (experimental) The identity source for which authorization is requested.HttpAuthorizer.Builder.jwtAudience(List<String> jwtAudience) (experimental) A list of the intended recipients of the JWT.(experimental) The base domain of the identity provider that issues JWT.HttpAuthorizer.Builder.payloadFormatVersion(AuthorizerPayloadVersion payloadFormatVersion) (experimental) Specifies the format of the payload sent to an HTTP API Lambda authorizer.HttpAuthorizer.Builder.resultsCacheTtl(Duration resultsCacheTtl) (experimental) How long APIGateway should cache the results.HttpAuthorizer.Builder.type(HttpAuthorizerType type) (experimental) The type of authorizer.