| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static WebSocketApiKeySelectionExpression |
WebSocketApiKeySelectionExpression.AUTHORIZER_USAGE_IDENTIFIER_KEY
(experimental) The API will extract the key value from the `usageIdentifierKey` attribute in the `context` map, returned by the Lambda Authorizer.
|
static WebSocketApiKeySelectionExpression |
WebSocketApiKeySelectionExpression.HEADER_X_API_KEY
(experimental) The API will extract the key value from the `x-api-key` header in the user request.
|
| Modifier and Type | Method and Description |
|---|---|
default WebSocketApiKeySelectionExpression |
WebSocketApiProps.getApiKeySelectionExpression()
(experimental) An API key selection expression.
|
WebSocketApiKeySelectionExpression |
WebSocketApiProps.Jsii$Proxy.getApiKeySelectionExpression() |
| Modifier and Type | Method and Description |
|---|---|
WebSocketApiProps.Builder |
WebSocketApiProps.Builder.apiKeySelectionExpression(WebSocketApiKeySelectionExpression apiKeySelectionExpression)
Sets the value of
WebSocketApiProps.getApiKeySelectionExpression() |
WebSocketApi.Builder |
WebSocketApi.Builder.apiKeySelectionExpression(WebSocketApiKeySelectionExpression apiKeySelectionExpression)
(experimental) An API key selection expression.
|
Copyright © 2022. All rights reserved.