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