v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1473344266.2 KB

Creates a batch import job.

post/#X-Amz-Target=AWSHawksNestServiceFacade.CreateBatchImportJob

Headers

X-Amz-Target'AWSHawksNestServiceFacade.CreateBatchImportJob' required

Request body

jobIdstring required

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

inputPathstring required

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

outputPathstring required

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

eventTypeNamestring required

The name of the event type.

iamRoleArnstring required
<p>The ARN of the IAM role created for Amazon S3 bucket that holds your data file.</p> <p>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 <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-policies-s3.html">User policy examples</a> in the <i>Amazon S3 User Guide</i>.</p>

Response

Success

CreateBatchImportJobResult required