Contains 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.

interface LivenessOutputConfig {
    S3Bucket: undefined | string;
    S3KeyPrefix?: string;
}

Properties

S3Bucket: undefined | string

The path to an AWS Amazon S3 bucket used to store Face Liveness session results.

S3KeyPrefix?: string

The prefix prepended to the output files for the Face Liveness session results.