AWS::EKS::Cluster Provider
Identifies the AWS Key Management Service (AWS KMS) key used to encrypt the secrets.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "KeyArn" :
String
}
YAML
KeyArn:
String
Properties
KeyArn
-
Amazon Resource Name (ARN) or alias of the KMS key. The KMS key must be symmetric and created in the same AWS Region as the cluster. If the KMS key was created in a different account, the IAM principal must have access to the KMS key. For more information, see Allowing users in other accounts to use a KMS key in the AWS Key Management Service Developer Guide.
Required: No
Type: String
Update requires: Replacement