View source: R/s3control_operations.R
s3control_create_job | R Documentation |
This operation creates an S3 Batch Operations job.
See https://www.paws-r-sdk.com/docs/s3control_create_job/ for full documentation.
s3control_create_job(
AccountId,
ConfirmationRequired = NULL,
Operation,
Report,
ClientRequestToken,
Manifest = NULL,
Description = NULL,
Priority,
RoleArn,
Tags = NULL,
ManifestGenerator = NULL
)
AccountId |
[required] The Amazon Web Services account ID that creates the job. |
ConfirmationRequired |
Indicates whether confirmation is required before Amazon S3 runs the job. Confirmation is only required for jobs created through the Amazon S3 console. |
Operation |
[required] 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. |
Report |
[required] Configuration parameters for the optional job-completion report. |
ClientRequestToken |
[required] 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. |
Manifest |
Configuration parameters for the manifest. |
Description |
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. |
Priority |
[required] The numerical priority for this job. Higher numbers indicate higher priority. |
RoleArn |
[required] 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. |
Tags |
A set of tags to associate with the S3 Batch Operations job. This is an optional parameter. |
ManifestGenerator |
The attribute container for the ManifestGenerator details. Jobs must be created with either a manifest file or a ManifestGenerator, but not both. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.