Skip to main content

threat_intel_set_tags

Expands all tag keys and values for threat_intel_sets in a region

Overview

Namethreat_intel_set_tags
TypeResource
DescriptionResource Type definition for AWS::GuardDuty::ThreatIntelSet
Idaws.guardduty.threat_intel_set_tags

Fields

NameDatatypeDescription
idstring
formatstring
activateboolean
detector_idstring
namestring
locationstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all threat_intel_sets in a region.

SELECT
region,
id,
format,
activate,
detector_id,
name,
location,
tag_key,
tag_value
FROM aws.guardduty.threat_intel_set_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the threat_intel_set_tags resource, see threat_intel_sets