Values.PutDefaultEncryptionConfigurationRequestSourceSets the default encryption configuration for the Amazon Web Services account. For more information, see Key management in the IoT SiteWise User Guide.
type nonrec t = {encryptionType : EncryptionType.t;The type of encryption used for the encryption configuration.
*)kmsKeyId : KmsKeyId.t option;The Key ID of the customer managed key used for KMS encryption. This is required if you use KMS_BASED_ENCRYPTION.
*)}val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of KmsKeyId.t ]) list ]