s3control_list_jobs: Lists current S3 Batch Operations jobs and jobs that have...

View source: R/s3control_operations.R

s3control_list_jobsR Documentation

Lists current S3 Batch Operations jobs and jobs that have ended within the last 30 days for the Amazon Web Services account making the request

Description

Lists current S3 Batch Operations jobs and jobs that have ended within the last 30 days for the Amazon Web Services account making the request. For more information, see S3 Batch Operations in the Amazon S3 User Guide.

See https://www.paws-r-sdk.com/docs/s3control_list_jobs/ for full documentation.

Usage

s3control_list_jobs(
  AccountId,
  JobStatuses = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

AccountId

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

JobStatuses

The ⁠List Jobs⁠ request returns jobs that match the statuses listed in this element.

NextToken

A pagination token to request the next page of results. Use the token that Amazon S3 returned in the NextToken element of the ListJobsResult from the previous ⁠List Jobs⁠ request.

MaxResults

The maximum number of jobs that Amazon S3 will include in the ⁠List Jobs⁠ response. If there are more jobs than this number, the response will include a pagination token in the NextToken field to enable you to retrieve the next page of results.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.