ServiceMeshMeshConfigControlPlaneLog

data class ServiceMeshMeshConfigControlPlaneLog(val enabled: Boolean? = null, val project: String? = null)

Constructors

Link copied to clipboard
fun ServiceMeshMeshConfigControlPlaneLog(enabled: Boolean? = null, project: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Whether to enable of the access logging. Valid values: true and false.

Link copied to clipboard
val project: String? = null

The SLS Project of the access logging.