findings_filter
Gets an individual findings_filter
resource
Overview
Name | findings_filter |
Type | Resource |
Description | findings_filter |
Id | awscc.macie.findings_filter |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Findings filter name |
description | string | Findings filter description |
finding_criteria | object | Findings filter criteria. |
action | string | Findings filter action. |
position | integer | Findings filter position. |
id | string | Findings filter ID. |
arn | string | Findings filter 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,
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