log_anomaly_detectors_list_only
Lists log_anomaly_detectors
in a region or regions, for all properties use log_anomaly_detectors
Overview
Name | log_anomaly_detectors_list_only |
Type | Resource |
Description | The AWS::Logs::LogAnomalyDetector resource specifies a CloudWatch Logs LogAnomalyDetector. |
Id | aws.logs.log_anomaly_detectors_list_only |
Fields
Name | Datatype | Description |
---|---|---|
account_id | string | Account ID for owner of detector |
kms_key_id | string | The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. |
detector_name | string | Name of detector |
log_group_arn_list | array | List of Arns for the given log group |
evaluation_frequency | string | How often log group is evaluated |
filter_pattern | string | |
anomaly_detector_status | string | Current status of detector. |
anomaly_visibility_time | number | |
creation_time_stamp | number | When detector was created. |
last_modified_time_stamp | number | When detector was lsat modified. |
anomaly_detector_arn | string | ARN of LogAnomalyDetector |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all log_anomaly_detectors
in a region.
SELECT
region,
anomaly_detector_arn
FROM aws.logs.log_anomaly_detectors_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the log_anomaly_detectors_list_only
resource, see log_anomaly_detectors