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

Nodegroup

import type { Nodegroup } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/eks.ts";
interface Nodegroup {
amiType?: AMITypes | null;
capacityType?: CapacityTypes | null;
clusterName?: string | null;
createdAt?: Date | number | null;
diskSize?: number | null;
health?: NodegroupHealth | null;
instanceTypes?: string[] | null;
labels?: {
[key: string]: string | null | undefined;
}
| null;
launchTemplate?: LaunchTemplateSpecification | null;
modifiedAt?: Date | number | null;
nodegroupArn?: string | null;
nodegroupName?: string | null;
nodeRole?: string | null;
releaseVersion?: string | null;
remoteAccess?: RemoteAccessConfig | null;
resources?: NodegroupResources | null;
scalingConfig?: NodegroupScalingConfig | null;
status?: NodegroupStatus | null;
subnets?: string[] | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
taints?: Taint[] | null;
updateConfig?: NodegroupUpdateConfig | null;
version?: string | null;
}

§Properties

§
amiType?: AMITypes | null
[src]
§
capacityType?: CapacityTypes | null
[src]
§
clusterName?: string | null
[src]
§
createdAt?: Date | number | null
[src]
§
diskSize?: number | null
[src]
§
health?: NodegroupHealth | null
[src]
§
instanceTypes?: string[] | null
[src]
§
labels?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
launchTemplate?: LaunchTemplateSpecification | null
[src]
§
modifiedAt?: Date | number | null
[src]
§
nodegroupArn?: string | null
[src]
§
nodegroupName?: string | null
[src]
§
nodeRole?: string | null
[src]
§
releaseVersion?: string | null
[src]
§
remoteAccess?: RemoteAccessConfig | null
[src]
§
resources?: NodegroupResources | null
[src]
§
scalingConfig?: NodegroupScalingConfig | null
[src]
§
status?: NodegroupStatus | null
[src]
§
subnets?: string[] | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
taints?: Taint[] | null
[src]
§
updateConfig?: NodegroupUpdateConfig | null
[src]
§
version?: string | null
[src]