Interface MonitoringAlertPolicyConditionsConditionMatchedLog
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MonitoringAlertPolicyConditionsConditionMatchedLog.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.925Z") @Stability(Stable) public interface MonitoringAlertPolicyConditionsConditionMatchedLog extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMonitoringAlertPolicyConditionsConditionMatchedLog.BuilderA builder forMonitoringAlertPolicyConditionsConditionMatchedLogstatic classMonitoringAlertPolicyConditionsConditionMatchedLog.Jsii$ProxyAn implementation forMonitoringAlertPolicyConditionsConditionMatchedLog
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static MonitoringAlertPolicyConditionsConditionMatchedLog.Builderbuilder()StringgetFilter()A logs-based filter.default Map<String,String>getLabelExtractors()A map from a label key to an extractor expression, which is used to extract the value for this label key.
-
-
-
Method Detail
-
getFilter
@Stability(Stable) @NotNull String getFilter()
A logs-based filter.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_alert_policy#filter MonitoringAlertPolicy#filter}
-
getLabelExtractors
@Stability(Stable) @Nullable default Map<String,String> getLabelExtractors()
A map from a label key to an extractor expression, which is used to extract the value for this label key.Each entry in this map is a specification for how data should be extracted from log entries that match filter. Each combination of extracted values is treated as a separate rule for the purposes of triggering notifications. Label keys and corresponding values can be used in notifications generated by this condition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_alert_policy#label_extractors MonitoringAlertPolicy#label_extractors}
-
builder
@Stability(Stable) static MonitoringAlertPolicyConditionsConditionMatchedLog.Builder builder()
-
-