Skip to main content

custom_data_identifiers_list_only

Lists custom_data_identifiers in a region or regions, for all properties use custom_data_identifiers

Overview

Namecustom_data_identifiers_list_only
TypeResource
DescriptionMacie CustomDataIdentifier resource schema
Idaws.macie.custom_data_identifiers_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all custom_data_identifiers in a region.

SELECT
region,
id
FROM aws.macie.custom_data_identifiers_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the custom_data_identifiers_list_only resource, see custom_data_identifiers