LogAnomalyDetector

class LogAnomalyDetector : KotlinCustomResource

The AWS::Logs::LogAnomalyDetector resource specifies a CloudWatch Logs LogAnomalyDetector.

Properties

Link copied to clipboard
val accountId: Output<String>?

Account ID for owner of detector

Link copied to clipboard

ARN of LogAnomalyDetector

Link copied to clipboard

Current status of detector.

Link copied to clipboard

The number of days to have visibility on an anomaly. After this time period has elapsed for an anomaly, it will be automatically baselined and the anomaly detector will treat new occurrences of a similar anomaly as normal. Therefore, if you do not correct the cause of an anomaly during the time period specified in AnomalyVisibilityTime , it will be considered normal going forward and will not be detected as an anomaly.

Link copied to clipboard

When detector was created.

Link copied to clipboard
val detectorName: Output<String>?

Name of detector

Link copied to clipboard

How often log group is evaluated

Link copied to clipboard
val filterPattern: Output<String>?

You can use this parameter to limit the anomaly detection model to examine only log events that match the pattern you specify here. For more information, see Filter and Pattern Syntax .

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val kmsKeyId: Output<String>?

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.

Link copied to clipboard

When detector was lsat modified.

Link copied to clipboard
val logGroupArnList: Output<List<String>>?

List of Arns for the given log group

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>