threat_intel_set_tags
Expands all tag keys and values for threat_intel_sets in a region
Overview
| Name | threat_intel_set_tags |
| Type | Resource |
| Description | Resource Type definition for AWS::GuardDuty::ThreatIntelSet |
| Id | aws.guardduty.threat_intel_set_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
id | string | |
format | string | |
activate | boolean | |
detector_id | string | |
name | string | |
location | string | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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