| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
HttpAuthorizer.Builder |
HttpAuthorizer.Builder.authorizerName(String authorizerName)
(experimental) Name of the authorizer.
|
static HttpAuthorizer.Builder |
HttpAuthorizer.Builder.create(software.constructs.Construct scope,
String id) |
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.type(HttpAuthorizerType type)
(experimental) The type of authorizer.
|
Copyright © 2021. All rights reserved.