Learn R Programming

paws.compute (version 0.3.1)

eks_associate_encryption_config: 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.