Skip to main content

threat_intel_sets

Retrieves a list of threat_intel_sets in a region

Overview

Namethreat_intel_sets
TypeResource
Descriptionthreat_intel_sets
Idawscc.guardduty.threat_intel_sets

Fields

NameDatatypeDescription
idstring
detector_idstring
regionstringAWS 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