cloudtrail_list_imports: Returns information on all imports, or a select set of...

View source: R/cloudtrail_operations.R

cloudtrail_list_importsR Documentation

Returns information on all imports, or a select set of imports by ImportStatus or Destination

Description

Returns information on all imports, or a select set of imports by ImportStatus or Destination.

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

Usage

cloudtrail_list_imports(
  MaxResults = NULL,
  Destination = NULL,
  ImportStatus = NULL,
  NextToken = NULL
)

Arguments

MaxResults

The maximum number of imports to display on a single page.

Destination

The ARN of the destination event data store.

ImportStatus

The status of the import.

NextToken

A token you can use to get the next page of import results.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.