detector
Gets an individual detector
resource
Overview
Name | detector |
Type | Resource |
Description | detector |
Id | awscc.guardduty.detector |
Fields
Name | Datatype | Description |
---|---|---|
finding_publishing_frequency | string | |
enable | boolean | |
data_sources | object | |
features | array | |
id | string | |
tags | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
finding_publishing_frequency,
enable,
data_sources,
features,
id,
tags
FROM awscc.guardduty.detector
WHERE data__Identifier = '<Id>';
Permissions
To operate on the detector
resource, the following permissions are required:
Read
guardduty:GetDetector
Delete
guardduty:ListDetectors,
guardduty:DeleteDetector,
guardduty:GetDetector
Update
guardduty:UpdateDetector,
guardduty:GetDetector,
guardduty:ListDetectors,
iam:CreateServiceLinkedRole,
iam:GetRole