/AWS1/CL_REKLIVENESSOUTPUTCFG¶
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.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_s3bucket
TYPE /AWS1/REKS3BUCKET
/AWS1/REKS3BUCKET
¶
The path to an AWS Amazon S3 bucket used to store Face Liveness session results.
Optional arguments:¶
iv_s3keyprefix
TYPE /AWS1/REKLIVENESSS3KEYPREFIX
/AWS1/REKLIVENESSS3KEYPREFIX
¶
The prefix prepended to the output files for the Face Liveness session results.
Queryable Attributes¶
S3Bucket¶
The path to an AWS Amazon S3 bucket used to store Face Liveness session results.
Accessible with the following methods¶
Method | Description |
---|---|
GET_S3BUCKET() |
Getter for S3BUCKET, with configurable default |
ASK_S3BUCKET() |
Getter for S3BUCKET w/ exceptions if field has no value |
HAS_S3BUCKET() |
Determine if S3BUCKET has a value |
S3KeyPrefix¶
The prefix prepended to the output files for the Face Liveness session results.
Accessible with the following methods¶
Method | Description |
---|---|
GET_S3KEYPREFIX() |
Getter for S3KEYPREFIX, with configurable default |
ASK_S3KEYPREFIX() |
Getter for S3KEYPREFIX w/ exceptions if field has no value |
HAS_S3KEYPREFIX() |
Determine if S3KEYPREFIX has a value |