ClusterSettings

data class ClusterSettings(val name: String? = null, val value: String? = null)

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 ClusterSettings(name: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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