ServiceMeshMeshConfigControlPlaneLogArgs

data class ServiceMeshMeshConfigControlPlaneLogArgs(val enabled: Output<Boolean>, val logTtlInDay: Output<Int>? = null, val project: Output<String>? = null) : ConvertibleToJava<ServiceMeshMeshConfigControlPlaneLogArgs>

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>, logTtlInDay: Output<Int>? = null, project: Output<String>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>

Enable CNI

Link copied to clipboard
val logTtlInDay: Output<Int>? = null

Lifecycle of logs has been collected to Alibaba Cloud SLS

Link copied to clipboard
val project: Output<String>? = null

The name of the SLS Project to which the control plane logs are collected.

Functions

Link copied to clipboard
open override fun toJava(): ServiceMeshMeshConfigControlPlaneLogArgs