public interface ConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getArn()
The ARN of the AWS Lambda to invoke when the filter is engaged
Must be in the following format:
arn:<partition>:lambda:<region>:<account-number>:function:<function-name>
string arn = 1 [(.validate.rules) = { ... } |
com.google.protobuf.ByteString |
getArnBytes()
The ARN of the AWS Lambda to invoke when the filter is engaged
Must be in the following format:
arn:<partition>:lambda:<region>:<account-number>:function:<function-name>
string arn = 1 [(.validate.rules) = { ... } |
Config.InvocationMode |
getInvocationMode()
Determines the way to invoke the Lambda function.
|
int |
getInvocationModeValue()
Determines the way to invoke the Lambda function.
|
boolean |
getPayloadPassthrough()
Whether to transform the request (headers and body) to a JSON payload or pass it as is.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getArn()
The ARN of the AWS Lambda to invoke when the filter is engaged Must be in the following format: arn:<partition>:lambda:<region>:<account-number>:function:<function-name>
string arn = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getArnBytes()
The ARN of the AWS Lambda to invoke when the filter is engaged Must be in the following format: arn:<partition>:lambda:<region>:<account-number>:function:<function-name>
string arn = 1 [(.validate.rules) = { ... }boolean getPayloadPassthrough()
Whether to transform the request (headers and body) to a JSON payload or pass it as is.
bool payload_passthrough = 2;int getInvocationModeValue()
Determines the way to invoke the Lambda function.
.envoy.extensions.filters.http.aws_lambda.v3.Config.InvocationMode invocation_mode = 3 [(.validate.rules) = { ... }Config.InvocationMode getInvocationMode()
Determines the way to invoke the Lambda function.
.envoy.extensions.filters.http.aws_lambda.v3.Config.InvocationMode invocation_mode = 3 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.