eks_associate_encryption_config {paws.compute} | R 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. |
[Package paws.compute version 0.9.0 Index]