The input for CreateFaceLivenessSessionCommand.

interface CreateFaceLivenessSessionCommandInput {
    ClientRequestToken?: string;
    KmsKeyId?: string;
    Settings?: CreateFaceLivenessSessionRequestSettings;
}

Hierarchy (view full)

Properties

ClientRequestToken?: string

Idempotent token is used to recognize the Face Liveness request. If the same token is used with multiple CreateFaceLivenessSession requests, the same session is returned. This token is employed to avoid unintentionally creating the same session multiple times.

KmsKeyId?: string

The identifier for your AWS Key Management Service key (AWS KMS key). Used to encrypt audit images and reference images.

A session settings object. It contains settings for the operation to be performed. For Face Liveness, it accepts OutputConfig and AuditImagesLimit.