threat_intel_sets_list_only
Lists threat_intel_sets
in a region or regions, for all properties use threat_intel_sets
Overview
Name | threat_intel_sets_list_only |
Type | Resource |
Description | Resource Type definition for AWS::GuardDuty::ThreatIntelSet |
Id | aws.guardduty.threat_intel_sets_list_only |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
format | string | |
activate | boolean | |
detector_id | string | |
name | string | |
location | string | |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all threat_intel_sets
in a region.
SELECT
region,
id,
detector_id
FROM aws.guardduty.threat_intel_sets_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the threat_intel_sets_list_only
resource, see threat_intel_sets