cloudtrail_list_imports {paws.management} | R 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. |
[Package paws.management version 0.9.0 Index]