log_anomaly_detectors
Retrieves a list of log_anomaly_detectors
in a region
Overview
Name | log_anomaly_detectors |
Type | Resource |
Description | log_anomaly_detectors |
Id | awscc.logs.log_anomaly_detectors |
Fields
Name | Datatype | Description |
---|---|---|
anomaly_detector_arn | string | ARN of LogAnomalyDetector |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
anomaly_detector_arn
FROM awscc.logs.log_anomaly_detectors
WHERE region = 'us-east-1'
Permissions
To operate on the log_anomaly_detectors
resource, the following permissions are required:
Create
logs:CreateLogAnomalyDetector
List
logs:ListLogAnomalyDetectors