| Modifier and Type | Method and Description |
|---|---|
HttpAuthorizer.Builder |
HttpAuthorizer.Builder.authorizerName(String authorizerName)
(experimental) Name of the authorizer.
|
HttpAuthorizer.Builder |
HttpAuthorizer.Builder.authorizerUri(String authorizerUri)
(experimental) The authorizer's Uniform Resource Identifier (URI).
|
static HttpAuthorizer.Builder |
HttpAuthorizer.Builder.create(software.constructs.Construct scope,
String id) |
HttpAuthorizer.Builder |
HttpAuthorizer.Builder.enableSimpleResponses(Boolean enableSimpleResponses)
(experimental) Specifies whether a Lambda authorizer returns a response in a simple format.
|
HttpAuthorizer.Builder |
HttpAuthorizer.Builder.httpApi(IHttpApi httpApi)
(experimental) HTTP Api to attach the authorizer to.
|
HttpAuthorizer.Builder |
HttpAuthorizer.Builder.identitySource(List<String> identitySource)
(experimental) The identity source for which authorization is requested.
|
HttpAuthorizer.Builder |
HttpAuthorizer.Builder.jwtAudience(List<String> jwtAudience)
(experimental) A list of the intended recipients of the JWT.
|
HttpAuthorizer.Builder |
HttpAuthorizer.Builder.jwtIssuer(String jwtIssuer)
(experimental) The base domain of the identity provider that issues JWT.
|
HttpAuthorizer.Builder |
HttpAuthorizer.Builder.payloadFormatVersion(AuthorizerPayloadVersion payloadFormatVersion)
(experimental) Specifies the format of the payload sent to an HTTP API Lambda authorizer.
|
HttpAuthorizer.Builder |
HttpAuthorizer.Builder.resultsCacheTtl(Duration resultsCacheTtl)
(experimental) How long APIGateway should cache the results.
|
HttpAuthorizer.Builder |
HttpAuthorizer.Builder.type(HttpAuthorizerType type)
(experimental) The type of authorizer.
|
Copyright © 2023. All rights reserved.