Class AlertPolicyConditionArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Monitoring.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class AlertPolicyConditionArgs : ResourceArgs
Constructors
View SourceAlertPolicyConditionArgs()
Declaration
public AlertPolicyConditionArgs()
Properties
View SourceConditionAbsent
A condition that checks that a time series continues to receive new data points. Structure is documented below.
Declaration
public Input<AlertPolicyConditionConditionAbsentArgs> ConditionAbsent { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AlertPolicyConditionConditionAbsentArgs> |
ConditionThreshold
A condition that compares a time series against a threshold. Structure is documented below.
Declaration
public Input<AlertPolicyConditionConditionThresholdArgs> ConditionThreshold { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AlertPolicyConditionConditionThresholdArgs> |
DisplayName
A short name or phrase used to identify the condition in dashboards, notifications, and incidents. To avoid confusion, don't use the same display name for multiple conditions in the same policy.
Declaration
public Input<string> DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The unique resource name for this condition. Its syntax is: projects/[PROJECT_ID]/alertPolicies/[POLICY_ID]/conditions/[CONDITION_ID] [CONDITION_ID] is assigned by Stackdriver Monitoring when the condition is created as part of a new or updated alerting policy.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |