@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:21.421Z") @Stability(value=Experimental) public interface HttpRouteAuthorizerConfig extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
HttpRouteAuthorizerConfig.Builder
A builder for
HttpRouteAuthorizerConfig |
static class |
HttpRouteAuthorizerConfig.Jsii$Proxy
An implementation for
HttpRouteAuthorizerConfig |
| Modifier and Type | Method and Description |
|---|---|
static HttpRouteAuthorizerConfig.Builder |
builder() |
default List<String> |
getAuthorizationScopes()
(experimental) The list of OIDC scopes to include in the authorization.
|
HttpAuthorizerType |
getAuthorizationType()
(experimental) The type of authorization.
|
default String |
getAuthorizerId()
(experimental) The authorizer id.
|
@Stability(value=Experimental) @NotNull HttpAuthorizerType getAuthorizationType()
@Stability(value=Experimental) @Nullable default List<String> getAuthorizationScopes()
Default: - no authorization scopes
@Stability(value=Experimental) @Nullable default String getAuthorizerId()
Default: - No authorizer id (useful for AWS_IAM route authorizer)
@Stability(value=Experimental) static HttpRouteAuthorizerConfig.Builder builder()
HttpRouteAuthorizerConfig.Builder of HttpRouteAuthorizerConfigCopyright © 2021. All rights reserved.