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.4/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 permissions to your input S3 bucket and write permissions to your output S3 bucket. For more information about bucket permissions, see User policy examples in the Amazon S3 User Guide.

§
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.