| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default AuthorizerPayloadVersion |
HttpAuthorizerProps.getPayloadFormatVersion()
(experimental) Specifies the format of the payload sent to an HTTP API Lambda authorizer.
|
AuthorizerPayloadVersion |
HttpAuthorizerProps.Jsii$Proxy.getPayloadFormatVersion() |
static AuthorizerPayloadVersion |
AuthorizerPayloadVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizerPayloadVersion[] |
AuthorizerPayloadVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HttpAuthorizer.Builder |
HttpAuthorizer.Builder.payloadFormatVersion(AuthorizerPayloadVersion payloadFormatVersion)
(experimental) Specifies the format of the payload sent to an HTTP API Lambda authorizer.
|
HttpAuthorizerProps.Builder |
HttpAuthorizerProps.Builder.payloadFormatVersion(AuthorizerPayloadVersion payloadFormatVersion)
Sets the value of
HttpAuthorizerProps.getPayloadFormatVersion() |
Copyright © 2022. All rights reserved.