Class MonitoringAlertPolicyConditionsConditionMonitoringQueryLanguage.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.monitoring_alert_policy.MonitoringAlertPolicyConditionsConditionMonitoringQueryLanguage.Jsii$Proxy
-
- All Implemented Interfaces:
MonitoringAlertPolicyConditionsConditionMonitoringQueryLanguage,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- MonitoringAlertPolicyConditionsConditionMonitoringQueryLanguage
@Stability(Stable) @Internal public static final class MonitoringAlertPolicyConditionsConditionMonitoringQueryLanguage.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MonitoringAlertPolicyConditionsConditionMonitoringQueryLanguage
An implementation forMonitoringAlertPolicyConditionsConditionMonitoringQueryLanguage
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.monitoring_alert_policy.MonitoringAlertPolicyConditionsConditionMonitoringQueryLanguage
MonitoringAlertPolicyConditionsConditionMonitoringQueryLanguage.Builder, MonitoringAlertPolicyConditionsConditionMonitoringQueryLanguage.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(MonitoringAlertPolicyConditionsConditionMonitoringQueryLanguage.Builder builder)Constructor that initializes the object based on literal property values passed by theMonitoringAlertPolicyConditionsConditionMonitoringQueryLanguage.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetDuration()The amount of time that a time series must violate the threshold to be considered failing.StringgetEvaluationMissingData()A condition control that determines how metric-threshold conditions are evaluated when data stops arriving.StringgetQuery()Monitoring Query Language query that outputs a boolean stream.MonitoringAlertPolicyConditionsConditionMonitoringQueryLanguageTriggergetTrigger()trigger block.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(MonitoringAlertPolicyConditionsConditionMonitoringQueryLanguage.Builder builder)
Constructor that initializes the object based on literal property values passed by theMonitoringAlertPolicyConditionsConditionMonitoringQueryLanguage.Builder.
-
-
Method Detail
-
getDuration
public final String getDuration()
Description copied from interface:MonitoringAlertPolicyConditionsConditionMonitoringQueryLanguageThe amount of time that a time series must violate the threshold to be considered failing.Currently, only values that are a multiple of a minute--e.g., 0, 60, 120, or 300 seconds--are supported. If an invalid value is given, an error will be returned. When choosing a duration, it is useful to keep in mind the frequency of the underlying time series data (which may also be affected by any alignments specified in the aggregations field); a good duration is long enough so that a single outlier does not generate spurious alerts, but short enough that unhealthy states are detected and alerted on quickly. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_alert_policy#duration MonitoringAlertPolicy#duration}
- Specified by:
getDurationin interfaceMonitoringAlertPolicyConditionsConditionMonitoringQueryLanguage
-
getQuery
public final String getQuery()
Description copied from interface:MonitoringAlertPolicyConditionsConditionMonitoringQueryLanguageMonitoring Query Language query that outputs a boolean stream.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_alert_policy#query MonitoringAlertPolicy#query}
- Specified by:
getQueryin interfaceMonitoringAlertPolicyConditionsConditionMonitoringQueryLanguage
-
getEvaluationMissingData
public final String getEvaluationMissingData()
Description copied from interface:MonitoringAlertPolicyConditionsConditionMonitoringQueryLanguageA condition control that determines how metric-threshold conditions are evaluated when data stops arriving. Possible values: ["EVALUATION_MISSING_DATA_INACTIVE", "EVALUATION_MISSING_DATA_ACTIVE", "EVALUATION_MISSING_DATA_NO_OP"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_alert_policy#evaluation_missing_data MonitoringAlertPolicy#evaluation_missing_data}
- Specified by:
getEvaluationMissingDatain interfaceMonitoringAlertPolicyConditionsConditionMonitoringQueryLanguage
-
getTrigger
public final MonitoringAlertPolicyConditionsConditionMonitoringQueryLanguageTrigger getTrigger()
Description copied from interface:MonitoringAlertPolicyConditionsConditionMonitoringQueryLanguagetrigger block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_alert_policy#trigger MonitoringAlertPolicy#trigger}
- Specified by:
getTriggerin interfaceMonitoringAlertPolicyConditionsConditionMonitoringQueryLanguage
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-