Skip to main content

custom_data_identifier

Gets an individual custom_data_identifier resource

Overview

Namecustom_data_identifier
TypeResource
Descriptioncustom_data_identifier
Idawscc.macie.custom_data_identifier

Fields

NameDatatypeDescription
namestringName of custom data identifier.
descriptionstringDescription of custom data identifier.
regexstringRegular expression for custom data identifier.
maximum_match_distanceintegerMaximum match distance.
keywordsarrayKeywords to be matched against.
ignore_wordsarrayWords to be ignored.
idstringCustom data identifier ID.
arnstringCustom data identifier ARN.
tagsarrayA collection of tags associated with a resource
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name,
description,
regex,
maximum_match_distance,
keywords,
ignore_words,
id,
arn,
tags
FROM awscc.macie.custom_data_identifier
WHERE data__Identifier = '<Id>';

Permissions

To operate on the custom_data_identifier resource, the following permissions are required:

Read

macie2:GetCustomDataIdentifier

Delete

macie2:DeleteCustomDataIdentifier

Update

macie2:TagResource,
macie2:UntagResource