Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.logs.CfnLogAnomalyDetectorPropsMixin.Builder
Packages that use CfnLogAnomalyDetectorPropsMixin.Builder
-
Uses of CfnLogAnomalyDetectorPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.logs
Methods in software.amazon.awscdk.cfnpropertymixins.services.logs that return CfnLogAnomalyDetectorPropsMixin.BuilderModifier and TypeMethodDescriptionThe ID of the account to create the anomaly detector in.CfnLogAnomalyDetectorPropsMixin.Builder.anomalyVisibilityTime(Number anomalyVisibilityTime) The number of days to have visibility on an anomaly.CfnLogAnomalyDetectorPropsMixin.Builder.create()CfnLogAnomalyDetectorPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnLogAnomalyDetectorPropsMixin.Builder.detectorName(String detectorName) A name for this anomaly detector.CfnLogAnomalyDetectorPropsMixin.Builder.evaluationFrequency(String evaluationFrequency) Specifies how often the anomaly detector is to run and look for anomalies.CfnLogAnomalyDetectorPropsMixin.Builder.filterPattern(String filterPattern) You can use this parameter to limit the anomaly detection model to examine only log events that match the pattern you specify here.Optionally assigns a AWS key to secure this anomaly detector and its findings.CfnLogAnomalyDetectorPropsMixin.Builder.logGroupArnList(List<String> logGroupArnList) The ARN of the log group that is associated with this anomaly detector.