Values_1.CloudWatchEncryptionSourceSpecifies how Amazon CloudWatch data should be encrypted.
type nonrec t = {cloudWatchEncryptionMode : CloudWatchEncryptionMode.t option;The encryption mode to use for CloudWatch data.
*)kmsKeyArn : Values_0.KmsKeyArn.t option;The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.KmsKeyArn.t ]) list ]