eks_associate_encryption_config: Associates an encryption configuration to an existing cluster

View source: R/eks_operations.R

eks_associate_encryption_configR Documentation

Associates an encryption configuration to an existing cluster

Description

Associates an encryption configuration to an existing cluster.

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

Usage

eks_associate_encryption_config(
  clusterName,
  encryptionConfig,
  clientRequestToken = NULL
)

Arguments

clusterName

[required] The name of your cluster.

encryptionConfig

[required] The configuration you are using for encryption.

clientRequestToken

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


paws.compute documentation built on May 29, 2024, 9:16 a.m.