Skip to content

Update Job Priority

s3control_update_job_priority R Documentation

Updates an existing S3 Batch Operations job's priority

Description

Updates an existing S3 Batch Operations job's priority. For more information, see S3 Batch Operations in the Amazon S3 User Guide.

Permissions

To use the update_job_priority operation, you must have permission to perform the s3:UpdateJobPriority action.

Related actions include:

  • create_job

  • list_jobs

  • describe_job

  • update_job_status

Usage

s3control_update_job_priority(AccountId, JobId, Priority)

Arguments

AccountId

[required] The Amazon Web Services account ID associated with the S3 Batch Operations job.

JobId

[required] The ID for the job whose priority you want to update.

Priority

[required] The priority you want to assign to this job.

Value

A list with the following syntax:

list(
  JobId = "string",
  Priority = 123
)

Request syntax

svc$update_job_priority(
  AccountId = "string",
  JobId = "string",
  Priority = 123
)