Values.EncryptionKeySourceThe encryption key used to encrypt this object.
type nonrec t = {type_ : EncryptionKeyType.t;The type of encryption key used by Amazon Translate to encrypt this object.
*)id : EncryptionKeyID.t;The Amazon Resource Name (ARN) of the encryption key being used to encrypt this object.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of EncryptionKeyID.t ]) list ]