Cluster Settings Args
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.