securitylake_list_log_sources {paws.security.identity} | R Documentation |
Retrieves the log sources
Description
Retrieves the log sources.
See https://www.paws-r-sdk.com/docs/securitylake_list_log_sources/ for full documentation.
Usage
securitylake_list_log_sources(
accounts = NULL,
maxResults = NULL,
nextToken = NULL,
regions = NULL,
sources = NULL
)
Arguments
accounts |
The list of Amazon Web Services accounts for which log sources are displayed. |
maxResults |
The maximum number of accounts for which the log sources are displayed. |
nextToken |
If nextToken is returned, there are more results available. You can repeat the call using the returned token to retrieve the next page. |
regions |
The list of Regions for which log sources are displayed. |
sources |
The list of sources for which log sources are displayed. |
[Package paws.security.identity version 0.9.0 Index]