Get Macie Session
macie2_get_macie_session | R Documentation |
Retrieves the status and configuration settings for an Amazon Macie account¶
Description¶
Retrieves the status and configuration settings for an Amazon Macie account.
Usage¶
Value¶
A list with the following syntax:
list(
createdAt = as.POSIXct(
"2015-01-01"
),
findingPublishingFrequency = "FIFTEEN_MINUTES"|"ONE_HOUR"|"SIX_HOURS",
serviceRole = "string",
status = "PAUSED"|"ENABLED",
updatedAt = as.POSIXct(
"2015-01-01"
)
)