eks_associate_encryption_config: Associate encryption configuration to an existing cluster

View source: R/eks_operations.R

eks_associate_encryption_configR Documentation

Associate encryption configuration to an existing cluster

Description

Associate 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 the cluster that you are associating with encryption configuration.

encryptionConfig

[required] The configuration you are using for encryption.

clientRequestToken

The client request token you are using with the encryption configuration.


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