filters
Retrieves a list of filters
in a region
Overview
Name | filters |
Type | Resource |
Description | filters |
Id | awscc.guardduty.filters |
Fields
Name | Datatype | Description |
---|---|---|
detector_id | string | |
name | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
detector_id,
name
FROM awscc.guardduty.filters
WHERE region = 'us-east-1'
Permissions
To operate on the filters
resource, the following permissions are required:
Create
guardduty:CreateFilter,
guardduty:GetFilter,
guardduty:TagResource
List
guardduty:ListFilters