View source: R/securitylake_operations.R
securitylake_list_log_sources | R Documentation |
Retrieves the log sources in the current Amazon Web Services Region.
See https://www.paws-r-sdk.com/docs/securitylake_list_log_sources/ for full documentation.
securitylake_list_log_sources(
accounts = NULL,
maxResults = NULL,
nextToken = NULL,
regions = NULL,
sources = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.