filters_list_only
Lists filters
in a region or regions, for all properties use filters
Overview
Name | filters_list_only |
Type | Resource |
Description | Resource Type definition for AWS::GuardDuty::Filter |
Id | aws.guardduty.filters_list_only |
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
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all filters
in a region.
SELECT
region,
detector_id,
name
FROM aws.guardduty.filters_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the filters_list_only
resource, see filters