@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:46:59.885Z") @Stability(value=Experimental) public interface WebSocketRouteAuthorizerConfig extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apigatewayv2.*;
WebSocketRouteAuthorizerConfig webSocketRouteAuthorizerConfig = WebSocketRouteAuthorizerConfig.builder()
.authorizationType("authorizationType")
// the properties below are optional
.authorizerId("authorizerId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
WebSocketRouteAuthorizerConfig.Builder
A builder for
WebSocketRouteAuthorizerConfig |
static class |
WebSocketRouteAuthorizerConfig.Jsii$Proxy
An implementation for
WebSocketRouteAuthorizerConfig |
| Modifier and Type | Method and Description |
|---|---|
static WebSocketRouteAuthorizerConfig.Builder |
builder() |
String |
getAuthorizationType()
(experimental) The type of authorization.
|
default String |
getAuthorizerId()
(experimental) The authorizer id.
|
@Stability(value=Experimental) @NotNull String getAuthorizationType()
Possible values are:
@Stability(value=Experimental) @Nullable default String getAuthorizerId()
Default: - No authorizer id (useful for AWS_IAM route authorizer)
@Stability(value=Experimental) static WebSocketRouteAuthorizerConfig.Builder builder()
Copyright © 2022. All rights reserved.