@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:46:59.884Z") @Stability(value=Experimental) public interface WebSocketRouteAuthorizerBindOptions 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.constructs.*;
import software.amazon.awscdk.services.apigatewayv2.*;
Construct construct;
WebSocketRoute webSocketRoute;
WebSocketRouteAuthorizerBindOptions webSocketRouteAuthorizerBindOptions = WebSocketRouteAuthorizerBindOptions.builder()
.route(webSocketRoute)
.scope(construct)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
WebSocketRouteAuthorizerBindOptions.Builder
A builder for
WebSocketRouteAuthorizerBindOptions |
static class |
WebSocketRouteAuthorizerBindOptions.Jsii$Proxy
An implementation for
WebSocketRouteAuthorizerBindOptions |
| Modifier and Type | Method and Description |
|---|---|
static WebSocketRouteAuthorizerBindOptions.Builder |
builder() |
IWebSocketRoute |
getRoute()
(experimental) The route to which the authorizer is being bound.
|
software.constructs.Construct |
getScope()
(experimental) The scope for any constructs created as part of the bind.
|
@Stability(value=Experimental) @NotNull IWebSocketRoute getRoute()
@Stability(value=Experimental) @NotNull software.constructs.Construct getScope()
@Stability(value=Experimental) static WebSocketRouteAuthorizerBindOptions.Builder builder()
Copyright © 2022. All rights reserved.