ClusterSettingArgs

data class ClusterSettingArgs(val name: Output<String>, val value: Output<String>) : ConvertibleToJava<ClusterSettingArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

Name of the setting to manage. Valid values: containerInsights.

Link copied to clipboard
val value: Output<String>

The value to assign to the setting. Valid values are enabled and disabled.

Functions

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