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

Cluster

import type { Cluster } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/eks.ts";
interface Cluster {
arn?: string | null;
certificateAuthority?: Certificate | null;
clientRequestToken?: string | null;
createdAt?: Date | number | null;
encryptionConfig?: EncryptionConfig[] | null;
endpoint?: string | null;
identity?: Identity | null;
kubernetesNetworkConfig?: KubernetesNetworkConfigResponse | null;
logging?: Logging | null;
name?: string | null;
platformVersion?: string | null;
resourcesVpcConfig?: VpcConfigResponse | null;
roleArn?: string | null;
status?: ClusterStatus | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
version?: string | null;
}

§Properties

§
arn?: string | null
[src]
§
certificateAuthority?: Certificate | null
[src]
§
clientRequestToken?: string | null
[src]
§
createdAt?: Date | number | null
[src]
§
encryptionConfig?: EncryptionConfig[] | null
[src]
§
endpoint?: string | null
[src]
§
identity?: Identity | null
[src]
§
kubernetesNetworkConfig?: KubernetesNetworkConfigResponse | null
[src]
§
logging?: Logging | null
[src]
§
name?: string | null
[src]
§
platformVersion?: string | null
[src]
§
resourcesVpcConfig?: VpcConfigResponse | null
[src]
§
roleArn?: string | null
[src]
§
status?: ClusterStatus | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
version?: string | null
[src]