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

CreateClusterRequest

import type { CreateClusterRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/eks.ts";
interface CreateClusterRequest {
clientRequestToken?: string | null;
encryptionConfig?: EncryptionConfig[] | null;
kubernetesNetworkConfig?: KubernetesNetworkConfigRequest | null;
logging?: Logging | null;
name: string;
resourcesVpcConfig: VpcConfigRequest;
roleArn: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
version?: string | null;
}

§Properties

§
clientRequestToken?: string | null
[src]
§
encryptionConfig?: EncryptionConfig[] | null
[src]
§
kubernetesNetworkConfig?: KubernetesNetworkConfigRequest | null
[src]
§
logging?: Logging | null
[src]
§
name: string
[src]
§
resourcesVpcConfig: VpcConfigRequest
[src]
§
roleArn: string
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
version?: string | null
[src]