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

ConnectorConfigResponse

import type { ConnectorConfigResponse } from "https://aws-api.deno.dev/v0.3/services/eks.ts?docs=full";

The full description of your connected cluster.

interface ConnectorConfigResponse {
activationCode?: string | null;
activationExpiry?: Date | number | null;
activationId?: string | null;
provider?: string | null;
roleArn?: string | null;
}

§Properties

§
activationCode?: string | null
[src]

A unique code associated with the cluster for registration purposes.

§
activationExpiry?: Date | number | null
[src]

The expiration time of the connected cluster. The cluster's YAML file must be applied through the native provider.

§
activationId?: string | null
[src]

A unique ID associated with the cluster for registration purposes.

§
provider?: string | null
[src]

The cluster's cloud service provider.

§
roleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the role to communicate with services from the connected Kubernetes cluster.