aws.macie2.get_sensitive_data_occurrences
Example SQL Queries
SELECT * FROMaws.macie2.get_sensitive_data_occurrencesWHERE"finding_id" = 'VALUE';Description
Retrieves occurrences of sensitive data reported by a finding.
Table Definition
| Column Name | Column Data Type |
|---|---|
| finding_id Required Input Column The unique identifier for the finding. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| error If an error occurred when Amazon Macie attempted to retrieve occurrences of sensitive data reported by the finding, a description of the error that occurred. This value is null if the status (status) of the request is PROCESSING or SUCCESS. | VARCHAR |
| sensitive_data_occurrences A map that specifies 1-100 types of sensitive data reported by the finding and, for each type, 1-10 occurrences of sensitive data. | MAP(VARCHAR, STRUCT( |
| status The status of the request to retrieve occurrences of sensitive data reported by the finding. Possible values are:
| VARCHAR |