---
type: resource-type
title: LogAnomalyDetector
description: aws resource type AWS::Logs::LogAnomalyDetector
name: LogAnomalyDetector
lexicon: aws
resource_type: AWS::Logs::LogAnomalyDetector
---
`AWS::Logs::LogAnomalyDetector`, a resource type of the aws lexicon.

## Properties

- `AccountId` (`string`, optional): Account ID for owner of detector
- `AnomalyDetectorArn` (`string`, optional): ARN of LogAnomalyDetector
- `AnomalyDetectorStatus` (`string`, optional): Current status of detector.
- `AnomalyVisibilityTime` (`number`, optional)
- `CreationTimeStamp` (`number`, optional): When detector was created.
- `DetectorName` (`string`, optional): Name of detector
- `EvaluationFrequency` (`"FIFTEEN_MIN" | "FIVE_MIN" | "ONE_HOUR" | "TEN_MIN" | "THIRTY_MIN"`, optional): How often log group is evaluated
- `FilterPattern` (`string`, optional)
- `KmsKeyId` (`string`, optional): The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.
- `LastModifiedTimeStamp` (`number`, optional): When detector was lsat modified.
- `LogGroupArnList` (`string[]`, optional): List of Arns for the given log group

## Attributes

- `AnomalyDetectorArn`
- `AnomalyDetectorStatus`
- `CreationTimeStamp`
- `LastModifiedTimeStamp`
