aws.macie2.list_findings_filters
Example SQL Queries
SELECT * FROMaws.macie2.list_findings_filters;Description
Retrieves a subset of information about all the findings filters for an account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| action The action that's performed on findings that match the filter criteria. Possible values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings. | VARCHAR |
| arn The Amazon Resource Name (ARN) of the filter. | VARCHAR |
| id The unique identifier for the filter. | VARCHAR |
| name The custom name of the filter. | VARCHAR |
| tags A map of key-value pairs that specifies which tags (keys and values) are associated with the filter. | MAP(VARCHAR, VARCHAR) |