envoy.config.route.v3.RateLimit.Action.DynamicMetaData
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.config.route.v3.RateLimit.Action.DynamicMetaData
.withDefaultValue('string')
.withDescriptorKey('string')
.withMetadataKey(types.envoy.type.metadata.v3.MetadataKey)
._validate()
Fields
Name |
Type |
One-of group |
Required |
Constraints |
default_value |
string
|
|
|
|
descriptor_key |
string
|
|
|
{"String_":{"WellKnown":null,"min_len":1}}
|
metadata_key |
envoy.type.metadata.v3.MetadataKey
|
|
yes
|
|