eks_update_cluster_config: Updates an Amazon EKS cluster configuration

View source: R/eks_operations.R

eks_update_cluster_configR Documentation

Updates an Amazon EKS cluster configuration

Description

Updates an Amazon EKS cluster configuration. Your cluster continues to function during the update. The response output includes an update ID that you can use to track the status of your cluster update with the describe_update API operation.

See https://www.paws-r-sdk.com/docs/eks_update_cluster_config/ for full documentation.

Usage

eks_update_cluster_config(
  name,
  resourcesVpcConfig = NULL,
  logging = NULL,
  clientRequestToken = NULL
)

Arguments

name

[required] The name of the Amazon EKS cluster to update.

resourcesVpcConfig
logging

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 .

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

clientRequestToken

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


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.