--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_macie_custom_data_identifier Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::Macie::CustomDataIdentifier --- # awscc_macie_custom_data_identifier (Data Source) Data Source schema for AWS::Macie::CustomDataIdentifier ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `arn` (String) Custom data identifier ARN. - `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. - `name` (String) Name of custom data identifier. - `regex` (String) Regular expression for custom data identifier.