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

RegisterClusterRequest

import type { RegisterClusterRequest } from "https://aws-api.deno.dev/v0.3/services/eks.ts?docs=full";
interface RegisterClusterRequest {
clientRequestToken?: string | null;
connectorConfig: ConnectorConfigRequest;
name: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
clientRequestToken?: string | null
[src]

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

§

The configuration settings required to connect the Kubernetes cluster to the Amazon EKS control plane.

§
name: string
[src]

Define a unique name for this cluster for your Region.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The metadata that you apply to the cluster to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Cluster tags do not propagate to any other resources associated with the cluster.