Uses of Class
software.amazon.awscdk.services.apigatewayv2.WebSocketApiKeySelectionExpression
Packages that use WebSocketApiKeySelectionExpression
-
Uses of WebSocketApiKeySelectionExpression in software.amazon.awscdk.services.apigatewayv2
Fields in software.amazon.awscdk.services.apigatewayv2 declared as WebSocketApiKeySelectionExpressionModifier and TypeFieldDescriptionstatic final WebSocketApiKeySelectionExpressionWebSocketApiKeySelectionExpression.AUTHORIZER_USAGE_IDENTIFIER_KEYThe API will extract the key value from theusageIdentifierKeyattribute in thecontextmap, returned by the Lambda Authorizer.static final WebSocketApiKeySelectionExpressionWebSocketApiKeySelectionExpression.HEADER_X_API_KEYThe API will extract the key value from thex-api-keyheader in the user request.Methods in software.amazon.awscdk.services.apigatewayv2 that return WebSocketApiKeySelectionExpressionModifier and TypeMethodDescriptionWebSocketApiProps.getApiKeySelectionExpression()An API key selection expression.WebSocketApiProps.Jsii$Proxy.getApiKeySelectionExpression()Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type WebSocketApiKeySelectionExpressionModifier and TypeMethodDescriptionWebSocketApi.Builder.apiKeySelectionExpression(WebSocketApiKeySelectionExpression apiKeySelectionExpression) An API key selection expression.WebSocketApiProps.Builder.apiKeySelectionExpression(WebSocketApiKeySelectionExpression apiKeySelectionExpression) Sets the value ofWebSocketApiProps.getApiKeySelectionExpression()