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

ConnectorConfigRequest

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

The configuration sent to a cluster for configuration.

interface ConnectorConfigRequest {
roleArn: string;
}

§Properties

§

The cloud provider for the target cluster to connect.

§
roleArn: string
[src]

The Amazon Resource Name (ARN) of the role that is authorized to request the connector configuration.