ClusterSetting class
The settings to use when creating a cluster. This parameter is used to enable CloudWatch Container Insights for a cluster.
Constructors
- ClusterSetting({ClusterSettingName? name, String? value})
-
ClusterSetting.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → ClusterSettingName?
-
The name of the cluster setting. The only supported value is
containerInsights.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String?
-
The value to set for the cluster setting. The supported values are
enabledanddisabled. Ifenabledis specified, CloudWatch Container Insights will be enabled for the cluster, otherwise it will be disabled unless thecontainerInsightsaccount setting is enabled. If a cluster value is specified, it will override thecontainerInsightsvalue set with PutAccountSetting or PutAccountSettingDefault.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited