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?: {} | null;
[key: string]: string | null | undefined;
version?: string | null;
}§Properties
§
certificateAuthority?: Certificate | null
[src]§
encryptionConfig?: EncryptionConfig[] | null
[src]§
kubernetesNetworkConfig?: KubernetesNetworkConfigResponse | null
[src]§
resourcesVpcConfig?: VpcConfigResponse | null
[src]§
status?: ClusterStatus | null
[src]