Get Custom Data Identifier
macie2_get_custom_data_identifier | R Documentation |
Retrieves the criteria and other settings for a custom data identifier¶
Description¶
Retrieves the criteria and other settings for a custom data identifier.
Usage¶
Arguments¶
id
[required] The unique identifier for the Amazon Macie resource that the request applies to.
Value¶
A list with the following syntax:
list(
arn = "string",
createdAt = as.POSIXct(
"2015-01-01"
),
deleted = TRUE|FALSE,
description = "string",
id = "string",
ignoreWords = list(
"string"
),
keywords = list(
"string"
),
maximumMatchDistance = 123,
name = "string",
regex = "string",
severityLevels = list(
list(
occurrencesThreshold = 123,
severity = "LOW"|"MEDIUM"|"HIGH"
)
),
tags = list(
"string"
)
)