Get Sensitivity Inspection Template
macie2_get_sensitivity_inspection_template | R Documentation |
Retrieves the settings for the sensitivity inspection template for an account¶
Description¶
Retrieves the settings for the sensitivity inspection template for an account.
Usage¶
macie2_get_sensitivity_inspection_template(id)
Arguments¶
id |
[required] The unique identifier for the Amazon Macie resource that the request applies to. |
Value¶
A list with the following syntax:
list(
description = "string",
excludes = list(
managedDataIdentifierIds = list(
"string"
)
),
includes = list(
allowListIds = list(
"string"
),
customDataIdentifierIds = list(
"string"
),
managedDataIdentifierIds = list(
"string"
)
),
name = "string",
sensitivityInspectionTemplateId = "string"
)
Request syntax¶
svc$get_sensitivity_inspection_template(
id = "string"
)