Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateNodegroupConfigRequest

import type { UpdateNodegroupConfigRequest } from "https://aws-api.deno.dev/v0.3/services/eks.ts?docs=full";
interface UpdateNodegroupConfigRequest {
clientRequestToken?: string | null;
clusterName: string;
labels?: UpdateLabelsPayload | null;
nodegroupName: string;
scalingConfig?: NodegroupScalingConfig | null;
taints?: UpdateTaintsPayload | null;
updateConfig?: NodegroupUpdateConfig | null;
}

§Properties

§
clientRequestToken?: string | null
[src]

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

§
clusterName: string
[src]

The name of the Amazon EKS cluster that the managed node group resides in.

§
labels?: UpdateLabelsPayload | null
[src]

The Kubernetes labels to be applied to the nodes in the node group after the update.

§
nodegroupName: string
[src]

The name of the managed node group to update.

§
scalingConfig?: NodegroupScalingConfig | null
[src]

The scaling configuration details for the Auto Scaling group after the update.

§
taints?: UpdateTaintsPayload | null
[src]

The Kubernetes taints to be applied to the nodes in the node group after the update.

§
updateConfig?: NodegroupUpdateConfig | null
[src]

The node group update configuration.