ClusterSetting

public struct ClusterSetting : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the cluster setting. The only supported value is containerInsights.

    Declaration

    Swift

    public let name: ClusterSettingName?
  • The value to set for the cluster setting. The supported values are enabled and disabled. If enabled is specified, CloudWatch Container Insights will be enabled for the cluster, otherwise it will be disabled unless the containerInsights account setting is enabled. If a cluster value is specified, it will override the containerInsights value set with PutAccountSetting or PutAccountSettingDefault.

    Declaration

    Swift

    public let value: String?
  • Undocumented

    Declaration

    Swift

    public init(name: ClusterSettingName? = nil, value: String? = nil)