LoadBalancerAccessLogConfig

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val logProject: String? = null

The log service that access logs are shipped to.

Link copied to clipboard
val logStore: String? = null

The log service that access logs are shipped to.