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();
 
  • Constructor Details

    • WebSocketNoneAuthorizer

      protected WebSocketNoneAuthorizer(software.amazon.jsii.JsiiObjectRef objRef)
    • WebSocketNoneAuthorizer

      protected WebSocketNoneAuthorizer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • WebSocketNoneAuthorizer

      @Stability(Experimental) public WebSocketNoneAuthorizer()
  • Method Details