List Data Lake Exceptions
securitylake_list_data_lake_exceptions | R Documentation |
Lists the Amazon Security Lake exceptions that you can use to find the source of problems and fix them¶
Description¶
Lists the Amazon Security Lake exceptions that you can use to find the source of problems and fix them.
Usage¶
Arguments¶
maxResults
List the maximum number of failures in Security Lake.
nextToken
List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
regions
The Amazon Web Services Regions from which exceptions are retrieved.
Value¶
A list with the following syntax:
list(
exceptions = list(
list(
exception = "string",
region = "string",
remediation = "string",
timestamp = as.POSIXct(
"2015-01-01"
)
)
),
nextToken = "string"
)