local types = import 'types.libsonnet'; types.envoy.extensions.filters.http.aws_lambda.v3.Config .withArn('string') .withInvocationMode(types.envoy.extensions.filters.http.aws_lambda.v3.Config.InvocationMode.SYNCHRONOUS) .withPayloadPassthrough(false) ._validate()
Name | Type | One-of group | Required | Constraints |
---|---|---|---|---|
arn | string |
{"String_":{"WellKnown":null,"min_len":1}}
|
||
invocation_mode | envoy.extensions.filters.http.aws_lambda.v3.Config.InvocationMode |
{"Enum":{"defined_only":true}}
|
||
payload_passthrough | bool |
|