Learn R Programming

paws.storage (version 0.1.9)

s3control_describe_job: Retrieves the configuration parameters and status for a Batch Operations job

Description

Retrieves the configuration parameters and status for a Batch Operations job. For more information, see Amazon S3 Batch Operations in the Amazon Simple Storage Service Developer Guide.

Usage

s3control_describe_job(AccountId, JobId)

Arguments

AccountId

[required]

JobId

[required] The ID for the job whose information you want to retrieve.

Request syntax

svc$describe_job(
  AccountId = "string",
  JobId = "string"
)

Details

Related actions include:

  • CreateJob

  • ListJobs

  • UpdateJobPriority

  • UpdateJobStatus