| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2.authorizers |
AWS APIGatewayv2 Authorizers
|
| Modifier and Type | Method and Description |
|---|---|
HttpUserPoolAuthorizer.Builder |
HttpUserPoolAuthorizer.Builder.authorizerName(String authorizerName)
(experimental) Friendly name of the authorizer.
|
static HttpUserPoolAuthorizer.Builder |
HttpUserPoolAuthorizer.Builder.create(String id,
IUserPool pool) |
HttpUserPoolAuthorizer.Builder |
HttpUserPoolAuthorizer.Builder.identitySource(List<String> identitySource)
(experimental) The identity source for which authorization is requested.
|
HttpUserPoolAuthorizer.Builder |
HttpUserPoolAuthorizer.Builder.userPoolClients(List<? extends IUserPoolClient> userPoolClients)
(experimental) The user pool clients that should be used to authorize requests with the user pool.
|
HttpUserPoolAuthorizer.Builder |
HttpUserPoolAuthorizer.Builder.userPoolRegion(String userPoolRegion)
(experimental) The AWS region in which the user pool is present.
|
Copyright © 2022. All rights reserved.