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

CreateBatchImportJobRequest

import type { CreateBatchImportJobRequest } from "https://aws-api.deno.dev/v0.3/services/frauddetector.ts?docs=full";
interface CreateBatchImportJobRequest {
eventTypeName: string;
iamRoleArn: string;
inputPath: string;
jobId: string;
outputPath: string;
tags?: Tag[] | null;
}

§Properties

§
eventTypeName: string
[src]

The name of the event type.

§
iamRoleArn: string
[src]

The ARN of the IAM role created for Amazon S3 bucket that holds your data file. The IAM role must have read and write permissions to both input and output S3 buckets.

§
inputPath: string
[src]

The URI that points to the Amazon S3 location of your data file.

§
jobId: string
[src]

The ID of the batch import job. The ID cannot be of a past job, unless the job exists in CREATE_FAILED state.

§
outputPath: string
[src]

The URI that points to the Amazon S3 location for storing your results.

§
tags?: Tag[] | null
[src]

A collection of key-value pairs associated with this request.