Edge Cache Service Log Config Args
data class EdgeCacheServiceLogConfigArgs(val enable: Output<Boolean>? = null, val sampleRate: Output<Double>? = null) : ConvertibleToJava<EdgeCacheServiceLogConfigArgs>
Properties
Link copied to clipboard
Configures the sampling rate of requests, where 1.0 means all logged requests are reported and 0.0 means no logged requests are reported. The default value is 1.0, and the value of the field must be in 0, 1. This field can only be specified if logging is enabled for this service.