| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2.authorizers |
AWS APIGatewayv2 Authorizers
|
| Modifier and Type | Method and Description |
|---|---|
HttpLambdaAuthorizerProps.Builder |
HttpLambdaAuthorizerProps.Builder.authorizerName(String authorizerName)
Sets the value of
HttpLambdaAuthorizerProps.getAuthorizerName() |
static HttpLambdaAuthorizerProps.Builder |
HttpLambdaAuthorizerProps.builder() |
HttpLambdaAuthorizerProps.Builder |
HttpLambdaAuthorizerProps.Builder.identitySource(List<String> identitySource)
Sets the value of
HttpLambdaAuthorizerProps.getIdentitySource() |
HttpLambdaAuthorizerProps.Builder |
HttpLambdaAuthorizerProps.Builder.responseTypes(List<? extends HttpLambdaResponseType> responseTypes)
Sets the value of
HttpLambdaAuthorizerProps.getResponseTypes() |
HttpLambdaAuthorizerProps.Builder |
HttpLambdaAuthorizerProps.Builder.resultsCacheTtl(Duration resultsCacheTtl)
Sets the value of
HttpLambdaAuthorizerProps.getResultsCacheTtl() |
| Constructor and Description |
|---|
Jsii$Proxy(HttpLambdaAuthorizerProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
HttpLambdaAuthorizerProps.Builder. |
Copyright © 2022. All rights reserved.