Skip to content

/AWS1/CL_S3C=>CREATEJOB()

About CreateJob

This operation creates an S3 Batch Operations job.

You can use S3 Batch Operations to perform large-scale batch actions on Amazon S3 objects. Batch Operations can run a single action on lists of Amazon S3 objects that you specify. For more information, see S3 Batch Operations in the Amazon S3 User Guide.

Permissions

For information about permissions required to use the Batch Operations, see Granting permissions for S3 Batch Operations in the Amazon S3 User Guide.

Related actions include:

Method Signature

IMPORTING

Required arguments:

IV_ACCOUNTID TYPE /AWS1/S3CACCOUNTID /AWS1/S3CACCOUNTID

The Amazon Web Services account ID that creates the job.

IO_OPERATION TYPE REF TO /AWS1/CL_S3CJOBOPERATION /AWS1/CL_S3CJOBOPERATION

The action that you want this job to perform on every object listed in the manifest. For more information about the available actions, see Operations in the Amazon S3 User Guide.

IO_REPORT TYPE REF TO /AWS1/CL_S3CJOBREPORT /AWS1/CL_S3CJOBREPORT

Configuration parameters for the optional job-completion report.

IV_CLIENTREQUESTTOKEN TYPE /AWS1/S3CNONEMPTYMAXLENGTH6400 /AWS1/S3CNONEMPTYMAXLENGTH6400

An idempotency token to ensure that you don't accidentally submit the same request twice. You can use any string up to the maximum length.

IV_PRIORITY TYPE /AWS1/S3CJOBPRIORITY /AWS1/S3CJOBPRIORITY

The numerical priority for this job. Higher numbers indicate higher priority.

IV_ROLEARN TYPE /AWS1/S3CIAMROLEARN /AWS1/S3CIAMROLEARN

The Amazon Resource Name (ARN) for the Identity and Access Management (IAM) role that Batch Operations will use to run this job's action on every object in the manifest.

Optional arguments:

IV_CONFIRMATIONREQUIRED TYPE /AWS1/S3CCONFIRMATIONREQUIRED /AWS1/S3CCONFIRMATIONREQUIRED

Indicates whether confirmation is required before Amazon S3 runs the job. Confirmation is only required for jobs created through the Amazon S3 console.

IO_MANIFEST TYPE REF TO /AWS1/CL_S3CJOBMANIFEST /AWS1/CL_S3CJOBMANIFEST

Configuration parameters for the manifest.

IV_DESCRIPTION TYPE /AWS1/S3CNONEMPTYMAXLENGTH2500 /AWS1/S3CNONEMPTYMAXLENGTH2500

A description for this job. You can use any string within the permitted length. Descriptions don't need to be unique and can be used for multiple jobs.

IT_TAGS TYPE /AWS1/CL_S3CS3TAG=>TT_S3TAGSET TT_S3TAGSET

A set of tags to associate with the S3 Batch Operations job. This is an optional parameter.

IO_MANIFESTGENERATOR TYPE REF TO /AWS1/CL_S3CJOBMANIFESTGENER00 /AWS1/CL_S3CJOBMANIFESTGENER00

The attribute container for the ManifestGenerator details. Jobs must be created with either a manifest file or a ManifestGenerator, but not both.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_S3CCREATEJOBRESULT /AWS1/CL_S3CCREATEJOBRESULT