Values.PutEncryptionConfigurationRequestSourceCreates or updates the encryption configuration. Amazon Web Services IoT FleetWise can encrypt your data and resources using an Amazon Web Services managed key. Or, you can use a KMS key that you own and manage. For more information, see Data encryption in the Amazon Web Services IoT FleetWise Developer Guide.
type nonrec t = {kmsKeyId : PutEncryptionConfigurationRequestKmsKeyIdString.t option;The ID of the KMS key that is used for encryption.
*)encryptionType : EncryptionType.t;The type of encryption. Choose KMS_BASED_ENCRYPTION to use a KMS key or FLEETWISE_DEFAULT_ENCRYPTION to use an Amazon Web Services managed key.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of PutEncryptionConfigurationRequestKmsKeyIdString.t ])
list ]