Edge Cache Service Log Config Args
data class EdgeCacheServiceLogConfigArgs(val enable: Output<Boolean>? = null, val sampleRate: Output<Double>? = null) : ConvertibleToJava<EdgeCacheServiceLogConfigArgs>
Constructors
Link copied to clipboard
fun EdgeCacheServiceLogConfigArgs(enable: Output<Boolean>? = null, sampleRate: Output<Double>? = null)