UpdateNodegroupConfigRequest
public struct UpdateNodegroupConfigRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Declaration
Swift
public let clientRequestToken: String?
-
The name of the Amazon EKS cluster that the managed node group resides in.
Declaration
Swift
public let clusterName: String
-
The Kubernetes labels to be applied to the nodes in the node group after the update.
Declaration
Swift
public let labels: UpdateLabelsPayload?
-
The name of the managed node group to update.
Declaration
Swift
public let nodegroupName: String
-
The scaling configuration details for the Auto Scaling group after the update.
Declaration
Swift
public let scalingConfig: NodegroupScalingConfig?
-
Undocumented
Declaration
Swift
public init(clientRequestToken: String? = UpdateNodegroupConfigRequest.idempotencyToken(), clusterName: String, labels: UpdateLabelsPayload? = nil, nodegroupName: String, scalingConfig: NodegroupScalingConfig? = nil)
-
Declaration
Swift
public func validate(name: String) throws