View source: R/cloudtrail_operations.R
cloudtrail_list_imports | R Documentation |
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.
cloudtrail_list_imports(
MaxResults = NULL,
Destination = NULL,
ImportStatus = NULL,
NextToken = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.