--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_macie_custom_data_identifier Resource - terraform-provider-awscc" subcategory: "" description: |- Macie CustomDataIdentifier resource schema --- # awscc_macie_custom_data_identifier (Resource) Macie CustomDataIdentifier resource schema ## Schema ### Required - `name` (String) Name of custom data identifier. - `regex` (String) Regular expression for custom data identifier. ### Optional - `description` (String) Description of custom data identifier. - `ignore_words` (List of String) Words to be ignored. - `keywords` (List of String) Keywords to be matched against. - `maximum_match_distance` (Number) Maximum match distance. ### Read-Only - `arn` (String) Custom data identifier ARN. - `id` (String) Custom data identifier ID. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_macie_custom_data_identifier.example ```