Module Values.IdMappingWorkflowOutputSourceSource

The output source for the ID mapping workflow.

Sourcetype nonrec t = {
  1. kMSArn : KMSArn.t option;
    (*

    Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS key.

    *)
  2. outputS3Path : S3Path.t;
    (*

    The S3 path to which Entity Resolution will write the output table.

    *)
}
Sourceval context_ : string
Sourceval make : ?kMSArn:??? -> outputS3Path:S3Path.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of KMSArn.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