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.116.0 (build 0eddcff)",
date="2025-10-29T11:15:31.779Z")
@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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.IWebSocketRouteAuthorizer
IWebSocketRouteAuthorizer.Jsii$Default, IWebSocketRouteAuthorizer.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWebSocketNoneAuthorizer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedWebSocketNoneAuthorizer(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, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
bindin interfaceIWebSocketRouteAuthorizer- Parameters:
_options- This parameter is required.
-