| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
HttpAuthorizerType |
HttpRouteAuthorizerConfig.getAuthorizationType()
(experimental) The type of authorization.
|
HttpAuthorizerType |
HttpRouteAuthorizerConfig.Jsii$Proxy.getAuthorizationType() |
HttpAuthorizerType |
HttpAuthorizerAttributes.getAuthorizerType()
(experimental) Type of authorizer.
|
HttpAuthorizerType |
HttpAuthorizerAttributes.Jsii$Proxy.getAuthorizerType() |
HttpAuthorizerType |
HttpAuthorizerProps.getType()
(experimental) The type of authorizer.
|
HttpAuthorizerType |
HttpAuthorizerProps.Jsii$Proxy.getType() |
static HttpAuthorizerType |
HttpAuthorizerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpAuthorizerType[] |
HttpAuthorizerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRouteAuthorizerConfig.Builder |
HttpRouteAuthorizerConfig.Builder.authorizationType(HttpAuthorizerType authorizationType)
Sets the value of
HttpRouteAuthorizerConfig.getAuthorizationType() |
HttpAuthorizerAttributes.Builder |
HttpAuthorizerAttributes.Builder.authorizerType(HttpAuthorizerType authorizerType)
Sets the value of
HttpAuthorizerAttributes.getAuthorizerType() |
HttpAuthorizerProps.Builder |
HttpAuthorizerProps.Builder.type(HttpAuthorizerType type)
Sets the value of
HttpAuthorizerProps.getType() |
HttpAuthorizer.Builder |
HttpAuthorizer.Builder.type(HttpAuthorizerType type)
(experimental) The type of authorizer.
|
| Constructor and Description |
|---|
Jsii$Proxy(HttpAuthorizerType authorizationType,
List<String> authorizationScopes,
String authorizerId)
Constructor that initializes the object based on literal property values passed by the
HttpRouteAuthorizerConfig.Builder. |
Jsii$Proxy(IHttpApi httpApi,
List<String> identitySource,
HttpAuthorizerType type,
String authorizerName,
List<String> jwtAudience,
String jwtIssuer)
Constructor that initializes the object based on literal property values passed by the
HttpAuthorizerProps.Builder. |
Jsii$Proxy(String authorizerId,
HttpAuthorizerType authorizerType)
Constructor that initializes the object based on literal property values passed by the
HttpAuthorizerAttributes.Builder. |
Copyright © 2021. All rights reserved.