WebService::Fastly::Object::LoggingCommon

Load the model package

use WebService::Fastly::Object::LoggingCommon;

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- name | string | The name for the real-time logging configuration. | [optional] placement | string | Where in the generated VCL the logging call should be placed. If not set, endpoints with format_version of 2 are placed in vcl_log and those with format_version of 1 are placed in vcl_deliver. | [optional] response_condition | string | The name of an existing condition in the configured endpoint, or leave blank to always execute. | [optional] format | string | A Fastly log format string. | [optional] [default to '%h %l %u %t "%r" %>s %b'] log_processing_region | string | The geographic region where the logs will be processed before streaming. Valid values are us, eu, and none for global. | [optional] [default to 'none']

[Back to Model list] [Back to API list] [Back to README]