detectors
Retrieves a list of detectors
in a region
Overview
Name | detectors |
Type | Resource |
Description | detectors |
Id | awscc.guardduty.detectors |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
region | string | AWS 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