Skip to main content

findings_filter

Gets an individual findings_filter resource

Overview

Namefindings_filter
TypeResource
Descriptionfindings_filter
Idawscc.macie.findings_filter

Fields

NameDatatypeDescription
namestringFindings filter name
descriptionstringFindings filter description
finding_criteriaobjectFindings filter criteria.
actionstringFindings filter action.
positionintegerFindings filter position.
idstringFindings filter ID.
arnstringFindings filter ARN.
tagsarrayA collection of tags associated with a resource
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name,
description,
finding_criteria,
action,
position,
id,
arn,
tags
FROM awscc.macie.findings_filter
WHERE data__Identifier = '<Id>';

Permissions

To operate on the findings_filter resource, the following permissions are required:

Read

macie2:GetFindingsFilter

Update

macie2:GetFindingsFilter,
macie2:UpdateFindingsFilter,
macie2:TagResource,
macie2:UntagResource

Delete

macie2:DeleteFindingsFilter