filter
Gets an individual filter
resource
Overview
Name | filter |
Type | Resource |
Description | filter |
Id | awscc.guardduty.filter |
Fields
Name | Datatype | Description |
---|---|---|
action | string | |
description | string | |
detector_id | string | |
finding_criteria | object | |
rank | integer | |
name | string | |
tags | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
action,
description,
detector_id,
finding_criteria,
rank,
name,
tags
FROM awscc.guardduty.filter
WHERE data__Identifier = '<DetectorId>|<Name>';
Permissions
To operate on the filter
resource, the following permissions are required:
Read
guardduty:GetFilter
Delete
guardduty:ListDetectors,
guardduty:ListFilters,
guardduty:GetFilter,
guardduty:DeleteFilter
Update
guardduty:UpdateFilter,
guardduty:GetFilter,
guardduty:ListFilters