envoy.extensions.filters.http.header_to_metadata.v3.Config.KeyValuePair
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.header_to_metadata.v3.Config.KeyValuePair
.withEncode(types.envoy.extensions.filters.http.header_to_metadata.v3.Config.ValueEncode.NONE)
.withKey('string')
.withMetadataNamespace('string')
.withRegexValueRewrite(types.envoy.type.matcher.v3.RegexMatchAndSubstitute)
.withType(types.envoy.extensions.filters.http.header_to_metadata.v3.Config.ValueType.STRING)
.withValue('string')
._validate()
Fields