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.98.0 (build 00b106d)", date="2024-05-08T21:35:02.221Z") @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();
 
  • 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