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