Show / Hide Table of Contents

Class AlertPolicyConditionConditionAbsentTriggerArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AlertPolicyConditionConditionAbsentTriggerArgs
Inherited Members
ResourceArgs.Empty
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 AlertPolicyConditionConditionAbsentTriggerArgs : ResourceArgs

Constructors

View Source

AlertPolicyConditionConditionAbsentTriggerArgs()

Declaration
public AlertPolicyConditionConditionAbsentTriggerArgs()

Properties

View Source

Count

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.