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>

Value to assign to the setting. Valid values: enhanced, enabled, disabled.

Functions

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