Class WebSocketNoneAuthorizer
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.WebSocketNoneAuthorizer
- All Implemented Interfaces:
IWebSocketRouteAuthorizer
,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-09-11T18:01:10.807Z")
@Stability(Stable)
public class WebSocketNoneAuthorizer
extends software.amazon.jsii.JsiiObject
implements IWebSocketRouteAuthorizer
Explicitly configure no authorizers on specific WebSocket API routes.
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.*; WebSocketNoneAuthorizer webSocketNoneAuthorizer = new WebSocketNoneAuthorizer();
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.IWebSocketRouteAuthorizer
IWebSocketRouteAuthorizer.Jsii$Default, IWebSocketRouteAuthorizer.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
WebSocketNoneAuthorizer
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
WebSocketNoneAuthorizer
(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionbind
(WebSocketRouteAuthorizerBindOptions _options) Bind this authorizer to a specified WebSocket route.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
WebSocketNoneAuthorizer
protected WebSocketNoneAuthorizer(software.amazon.jsii.JsiiObjectRef objRef) -
WebSocketNoneAuthorizer
protected WebSocketNoneAuthorizer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
WebSocketNoneAuthorizer
@Stability(Stable) public WebSocketNoneAuthorizer()
-
-
Method Details
-
bind
@Stability(Stable) @NotNull public WebSocketRouteAuthorizerConfig bind(@NotNull WebSocketRouteAuthorizerBindOptions _options) Bind this authorizer to a specified WebSocket route.- Specified by:
bind
in interfaceIWebSocketRouteAuthorizer
- Parameters:
_options
- This parameter is required.
-