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.84.0 (build 5404dcf)",
           date="2023-06-19T16:30:43.349Z")
@Stability(Experimental)
public class WebSocketNoneAuthorizer
extends software.amazon.jsii.JsiiObject
implements IWebSocketRouteAuthorizer
(experimental) 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 SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.IWebSocketRouteAuthorizerIWebSocketRouteAuthorizer.Jsii$Default, IWebSocketRouteAuthorizer.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedWebSocketNoneAuthorizer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedWebSocketNoneAuthorizer(software.amazon.jsii.JsiiObjectRef objRef) 
- 
Method SummaryModifier and TypeMethodDescription(experimental) Bind this authorizer to a specified WebSocket route.Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Constructor Details- 
WebSocketNoneAuthorizerprotected WebSocketNoneAuthorizer(software.amazon.jsii.JsiiObjectRef objRef) 
- 
WebSocketNoneAuthorizerprotected WebSocketNoneAuthorizer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) 
- 
WebSocketNoneAuthorizer@Stability(Experimental) public WebSocketNoneAuthorizer()
 
- 
- 
Method Details- 
bind@Stability(Experimental) @NotNull public WebSocketRouteAuthorizerConfig bind(@NotNull WebSocketRouteAuthorizerBindOptions __) (experimental) Bind this authorizer to a specified WebSocket route.- Specified by:
- bindin interface- IWebSocketRouteAuthorizer
- Parameters:
- _- This parameter is required.
 
 
-