Class AlertPolicyConditionConditionThresholdTriggerGetArgs
Inheritance
System.Object
AlertPolicyConditionConditionThresholdTriggerGetArgs
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 AlertPolicyConditionConditionThresholdTriggerGetArgs : ResourceArgs
Constructors
View SourceAlertPolicyConditionConditionThresholdTriggerGetArgs()
Declaration
public AlertPolicyConditionConditionThresholdTriggerGetArgs()
Properties
View SourceCount
The absolute number of time series that must fail the predicate for the condition to be triggered.
Declaration
public Input<int> Count { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Percent
The percentage of time series that must fail the predicate for the condition to be triggered.
Declaration
public Input<double> Percent { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |