custom_data_identifier
Gets an individual custom_data_identifier
resource
Overview
Name | custom_data_identifier |
Type | Resource |
Description | custom_data_identifier |
Id | awscc.macie.custom_data_identifier |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of custom data identifier. |
description | string | Description of custom data identifier. |
regex | string | Regular expression for custom data identifier. |
maximum_match_distance | integer | Maximum match distance. |
keywords | array | Keywords to be matched against. |
ignore_words | array | Words to be ignored. |
id | string | Custom data identifier ID. |
arn | string | Custom data identifier ARN. |
tags | array | A collection of tags associated with a resource |
region | string | AWS 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