WebSocketNoneAuthorizer
- class aws_cdk.aws_apigatewayv2.WebSocketNoneAuthorizer
Bases:
object
(experimental) Explicitly configure no authorizers on specific WebSocket API routes.
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_apigatewayv2 as apigatewayv2 web_socket_none_authorizer = apigatewayv2.WebSocketNoneAuthorizer()
- Stability:
experimental
Methods
- bind(*, route, scope)
(experimental) Bind this authorizer to a specified WebSocket route.
- Parameters:
route (
IWebSocketRoute
) – (experimental) The route to which the authorizer is being bound.scope (
Construct
) – (experimental) The scope for any constructs created as part of the bind.
- Stability:
experimental
- Return type: