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

UpdateClusterConfigRequest

import type { UpdateClusterConfigRequest } from "https://aws-api.deno.dev/v0.3/services/eks.ts?docs=full";
interface UpdateClusterConfigRequest {
clientRequestToken?: string | null;
logging?: Logging | null;
name: string;
resourcesVpcConfig?: VpcConfigRequest | null;
}

§Properties

§
clientRequestToken?: string | null
[src]

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

§
logging?: Logging | null
[src]

Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't exported to CloudWatch Logs. For more information, see Amazon EKS cluster control plane logs in the Amazon EKS User Guide.

Note: CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported control plane logs. For more information, see CloudWatch Pricing.

§
name: string
[src]

The name of the Amazon EKS cluster to update.

§
resourcesVpcConfig?: VpcConfigRequest | null
[src]