FraudsterRegistrationJobSummary - Amazon Connect

FraudsterRegistrationJobSummary

Contains a summary of information about a fraudster registration job.

Contents

CreatedAt

A timestamp of when the fraudster registration job was created.

Type: Timestamp

Required: No

DomainId

The identifier of the domain that contains the fraudster registration job.

Type: String

Length Constraints: Fixed length of 22.

Pattern: ^[a-zA-Z0-9]{22}$

Required: No

EndedAt

A timestamp of when the fraudster registration job ended.

Type: Timestamp

Required: No

FailureDetails

Contains details that are populated when an entire batch job fails. In cases of individual registration job failures, the batch job as a whole doesn't fail; it is completed with a JobStatus of COMPLETED_WITH_ERRORS. You can use the job output file to identify the individual registration requests that failed.

Type: FailureDetails object

Required: No

JobId

The service-generated identifier for the fraudster registration job.

Type: String

Length Constraints: Fixed length of 22.

Pattern: ^[a-zA-Z0-9]{22}$

Required: No

JobName

The client-provided name for the fraudster registration job.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 256.

Pattern: ^[a-zA-Z0-9][a-zA-Z0-9_-]*$

Required: No

JobProgress

Shows the completed percentage of registration requests listed in the input file.

Type: JobProgress object

Required: No

JobStatus

The current status of the fraudster registration job.

Type: String

Valid Values: SUBMITTED | IN_PROGRESS | COMPLETED | COMPLETED_WITH_ERRORS | FAILED

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: