# AWSQS::EKS::Cluster EncryptionConfigEntry The encryption configuration for the cluster. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
"Resources" : [ String, ... ],
"Provider" : Provider
}
### YAML
Resources:
- String
Provider: Provider
## Properties
#### Resources
Specifies the resources to be encrypted. The only supported value is "secrets".
_Required_: No
_Type_: List of String
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### Provider
AWS Key Management Service (AWS KMS) customer master key (CMK). Either the ARN or the alias can be used.
_Required_: No
_Type_: Provider
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)