Skip to main content

detectors

Retrieves a list of detectors in a region

Overview

Namedetectors
TypeResource
Descriptiondetectors
Idawscc.guardduty.detectors

Fields

NameDatatypeDescription
idstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id
FROM awscc.guardduty.detectors
WHERE region = 'us-east-1'

Permissions

To operate on the detectors resource, the following permissions are required:

Create

guardduty:CreateDetector,
guardduty:GetDetector,
guardduty:TagResource,
iam:CreateServiceLinkedRole,
iam:GetRole

List

guardduty:ListDetectors