| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
RequestAuthorizerProps.Builder |
RequestAuthorizerProps.Builder.assumeRole(IRole assumeRole)
Sets the value of
LambdaAuthorizerProps.getAssumeRole() |
RequestAuthorizerProps.Builder |
RequestAuthorizerProps.Builder.authorizerName(String authorizerName)
Sets the value of
LambdaAuthorizerProps.getAuthorizerName() |
static RequestAuthorizerProps.Builder |
RequestAuthorizerProps.builder() |
RequestAuthorizerProps.Builder |
RequestAuthorizerProps.Builder.handler(IFunction handler)
Sets the value of
LambdaAuthorizerProps.getHandler() |
RequestAuthorizerProps.Builder |
RequestAuthorizerProps.Builder.identitySources(List<String> identitySources)
Sets the value of
RequestAuthorizerProps.getIdentitySources() |
RequestAuthorizerProps.Builder |
RequestAuthorizerProps.Builder.resultsCacheTtl(Duration resultsCacheTtl)
Sets the value of
LambdaAuthorizerProps.getResultsCacheTtl() |
| Constructor and Description |
|---|
Jsii$Proxy(RequestAuthorizerProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
RequestAuthorizerProps.Builder. |
Copyright © 2022. All rights reserved.