UpdateClusterSettingsRequest
public struct UpdateClusterSettingsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the cluster to modify the settings for.
Declaration
Swift
public let cluster: String
-
The setting to use by default for 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.
Declaration
Swift
public let settings: [ClusterSetting]
-
Undocumented
Declaration
Swift
public init(cluster: String, settings: [ClusterSetting])