use WebService::Fastly::Object::LoggingHttpsAllOf;
Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
url | string | The URL to send logs to. Must use HTTPS. Required. | [optional]
request_max_entries | int | The maximum number of logs sent in one request. Defaults 0 (10k). | [optional] [default to 0]
request_max_bytes | int | The maximum number of bytes sent in one request. Defaults 0 (100MB). | [optional] [default to 0]
content_type | string | Content type of the header sent with the request. | [optional] [default to 'null']
header_name | string | Name of the custom header sent with the request. | [optional] [default to 'null']
message_type | LoggingMessageType | | [optional]
header_value | string | Value of the custom header sent with the request. | [optional] [default to 'null']
method | string | HTTP method used for request. | [optional] [default to 'POST']
json_format | string | Enforces valid JSON formatting for log entries. | [optional]
format | string | A Fastly log format string. | [optional] [default to '%h %l %u %t "%r" %>s %b']