Module Values.PutDefaultEncryptionConfigurationRequestSource

Sets the default encryption configuration for the Amazon Web Services account. For more information, see Key management in the IoT SiteWise User Guide.

Sourcetype nonrec t = {
  1. encryptionType : EncryptionType.t;
    (*

    The type of encryption used for the encryption configuration.

    *)
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?kmsKeyId:??? -> encryptionType:EncryptionType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of KmsKeyId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t