Home

envoy.extensions.filters.http.aws_lambda.v3.Config

Example

Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working code.
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()

Nested Enums

Fields

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