ClusterSettingsArgs

data class ClusterSettingsArgs(val name: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<ClusterSettingsArgs>

The setting to use when creating a cluster. This parameter is used to enable CloudWatch Container Insights for a cluster. If this value is specified, it will override the containerInsights value set with PutAccountSetting or PutAccountSettingDefault.

Constructors

Link copied to clipboard
fun ClusterSettingsArgs(name: Output<String>? = null, value: Output<String>? = null)

Functions

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

Properties

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