Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

StartFraudsterRegistrationJobRequest

import type { StartFraudsterRegistrationJobRequest } from "https://aws-api.deno.dev/v0.3/services/voiceid.ts?docs=full";
interface StartFraudsterRegistrationJobRequest {
ClientToken?: string | null;
DataAccessRoleArn: string;
DomainId: string;
InputDataConfig: InputDataConfig;
JobName?: string | null;
OutputDataConfig: OutputDataConfig;
RegistrationConfig?: RegistrationConfig | null;
}

§Properties

§
ClientToken?: string | null
[src]

The idempotency token for starting a new fraudster registration job. If not provided, Amazon Web Services SDK populates this field.

§
DataAccessRoleArn: string
[src]

The IAM role Amazon Resource Name (ARN) that grants Voice ID permissions to access customer's buckets to read the input manifest file and write the Job output file. Refer to the Create and edit a fraudster watchlist documentation for the permissions needed in this role.

§
DomainId: string
[src]

The identifier of the domain containing the fraudster registration job and in which the fraudsters are registered.

§
InputDataConfig: InputDataConfig
[src]

The input data config containing an S3 URI for the input manifest file that contains the list of fraudster registration requests.

§
JobName?: string | null
[src]

The name of the new fraudster registration job.

§
OutputDataConfig: OutputDataConfig
[src]

The output data config containing the S3 location where Voice ID writes the job output file; you must also include a KMS Key ID to encrypt the file.

§
RegistrationConfig?: RegistrationConfig | null
[src]

The registration config containing details such as the action to take when a duplicate fraudster is detected, and the similarity threshold to use for detecting a duplicate fraudster.