Values_1.VerifiedAccessSseSpecificationResponseSourceThe options in use for server side encryption.
type nonrec t = {customerManagedKeyEnabled : Values_0.Boolean.t option;Indicates whether customer managed KMS keys are in use for server side encryption. Valid values: True | False
*)kmsKeyArn : Values_0.KmsKeyArn.t option;The ARN of the KMS key.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t | `String of Values_0.KmsKeyArn.t ])
list ]