Module Values_1.MLUserDataEncryptionSource

The encryption-at-rest settings of the transform that apply to accessing user data.

Sourcetype nonrec t = {
  1. mlUserDataEncryptionMode : MLUserDataEncryptionModeString.t;
    (*

    The encryption mode applied to user data. Valid values are: DISABLED: encryption is disabled SSEKMS: use of server-side encryption with Key Management Service (SSE-KMS) for user data stored in Amazon S3.

    *)
  2. kmsKeyId : Values_0.NameString.t option;
    (*

    The ID for the customer-provided KMS key.

    *)
}
Sourceval context_ : string
Sourceval make : ?kmsKeyId:??? -> mlUserDataEncryptionMode:MLUserDataEncryptionModeString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.NameString.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