LoadBalancerAccessLogConfig

data class LoadBalancerAccessLogConfig(val logProject: String? = null, val logStore: String? = null)

Constructors

Link copied to clipboard
constructor(logProject: String? = null, logStore: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val logProject: String? = null

The project to which the access log is shipped.

Link copied to clipboard
val logStore: String? = null

The Logstore to which the access log is shipped.