Values.LivenessOutputConfigSourceContains settings that specify the location of an Amazon S3 bucket used to store the output of a Face Liveness session. Note that the S3 bucket must be located in the caller's AWS account and in the same region as the Face Liveness end-point. Additionally, the Amazon S3 object keys are auto-generated by the Face Liveness system.
type nonrec t = {s3Bucket : S3Bucket.t;The path to an AWS Amazon S3 bucket used to store Face Liveness session results.
*)s3KeyPrefix : LivenessS3KeyPrefix.t option;The prefix prepended to the output files for the Face Liveness session results.
*)}