| 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) The name of the authorizer.
|
static HttpUserPoolAuthorizer.Builder |
HttpUserPoolAuthorizer.Builder.create() |
HttpUserPoolAuthorizer.Builder |
HttpUserPoolAuthorizer.Builder.identitySource(List<String> identitySource)
(experimental) The identity source for which authorization is requested.
|
HttpUserPoolAuthorizer.Builder |
HttpUserPoolAuthorizer.Builder.userPool(IUserPool userPool)
(experimental) The associated user pool.
|
HttpUserPoolAuthorizer.Builder |
HttpUserPoolAuthorizer.Builder.userPoolClient(IUserPoolClient userPoolClient)
(experimental) The user pool client 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 © 2021. All rights reserved.