Values_3.VerifiedAccessSseSpecificationRequestSourceVerified Access provides server side encryption by default to data at rest using Amazon Web Services-owned KMS keys. You also have the option of using customer managed KMS keys, which can be specified using the options below.
type nonrec t = {customerManagedKeyEnabled : Values_0.Boolean.t option;Enable or disable the use of customer managed KMS keys 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 ]