Home

envoy.extensions.access_loggers.file.v3.FileAccessLog

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.access_loggers.file.v3.FileAccessLog
.withFormat('string')
.withJsonFormat(types.google.protobuf.Struct)
.withLogFormat(types.envoy.config.core.v3.SubstitutionFormatString)
.withPath('string')
.withTypedJsonFormat(types.google.protobuf.Struct)
._validate()

Fields

Name Type One-of group Required Constraints
format string access_log_format  
json_format google.protobuf.Struct access_log_format  
log_format envoy.config.core.v3.SubstitutionFormatString access_log_format  
path string   {"String_":{"WellKnown":null,"min_len":1}}
typed_json_format google.protobuf.Struct access_log_format