- The codec used for compressing your logs. Valid values are - zstd,- snappy, and- gzip. Specifying both- compression_codecand- gzip_levelin the same API request will result in an error.
 
- The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in - vcl_logif- format_versionis set to- 2and in- vcl_deliverif- format_versionis set to- 1.
 
- How the message should be formatted. 
- Where in the generated VCL the logging call should be placed. If not set, endpoints with - format_versionof 2 are placed in- vcl_logand those with- format_versionof 1 are placed in- vcl_deliver.