Values.EncryptionConfigurationSourceUse this structure to specify a customer managed KMS key to use to encrypt investigation data.
type nonrec t = {type_ : EncryptionConfigurationType.t option;Displays whether investigation data is encrypted by a customer managed key or an Amazon Web Services owned key.
*)kmsKeyId : KmsKeyId.t option;If the investigation group uses a customer managed key for encryption, this field displays the ID of that key.
*)}val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of KmsKeyId.t ]) list ]