Values.DiskEncryptionConfigurationSourceThe configuration object that allows encrypting local disks.
type nonrec t = {encryptionContext : EncryptionContext.t option;Specifies the optional encryption context that will be used when encrypting the data. An encryption context is a collection of non-secret key-value pairs that represent additional authenticated data.
*)encryptionKeyArn : EncryptionKeyArn.t option;The KMS key ARN to encrypt local disks.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of EncryptionContextKey.t ]
* [> `String of EncryptionContextValue.t ])
list
| `String of EncryptionKeyArn.t ])
list ]