filterPattern property

Output<String?> filterPattern
latefinal

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.

Implementation

late final pulumi.Output<String?> filterPattern;