Skip to main content

threat_entity_sets_list_only

Lists threat_entity_sets in a region or regions, for all properties use threat_entity_sets

Overview

Namethreat_entity_sets_list_only
TypeResource
DescriptionResource Type definition for AWS::GuardDuty::ThreatEntitySet
Idawscc.guardduty.threat_entity_sets_list_only

Fields

NameDatatypeDescription
idstring
detector_idstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all threat_entity_sets in a region.

SELECT
region,
id,
detector_id
FROM awscc.guardduty.threat_entity_sets_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the threat_entity_sets_list_only resource, see threat_entity_sets