detector_tags
Expands all tag keys and values for detectors in a region
Overview
| Name | detector_tags |
| Type | Resource |
| Description | Resource Type definition for AWS::GuardDuty::Detector |
| Id | aws.guardduty.detector_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
finding_publishing_frequency | string | |
enable | boolean | |
data_sources | object | |
features | array | |
id | 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 detectors in a region.
SELECT
region,
finding_publishing_frequency,
enable,
data_sources,
features,
id,
tag_key,
tag_value
FROM aws.guardduty.detector_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the detector_tags resource, see detectors