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