Values.AssociateEncryptionConfigRequestSourceAssociates an encryption configuration to an existing cluster. Use this API to enable encryption on existing clusters that don't already have encryption enabled. This allows you to implement a defense-in-depth security strategy without migrating applications to new Amazon EKS clusters.
type nonrec t = {clusterName : String_.t;The name of your cluster.
*)encryptionConfig : EncryptionConfigList.t;The configuration you are using for encryption.
*)clientRequestToken : String_.t option;A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
*)}val make :
?clientRequestToken:??? ->
clusterName:String_.t ->
encryptionConfig:EncryptionConfigList.t ->
unit ->
t