frauddetector_create_batch_import_job: Creates a batch import job

View source: R/frauddetector_operations.R

frauddetector_create_batch_import_jobR Documentation

Creates a batch import job

Description

Creates a batch import job.

See https://www.paws-r-sdk.com/docs/frauddetector_create_batch_import_job/ for full documentation.

Usage

frauddetector_create_batch_import_job(
  jobId,
  inputPath,
  outputPath,
  eventTypeName,
  iamRoleArn,
  tags = NULL
)

Arguments

jobId

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

inputPath

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

outputPath

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

eventTypeName

[required] The name of the event type.

iamRoleArn

[required] 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.

tags

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


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.