Show / Hide Table of Contents

Class AlertPolicyConditionConditionAbsentTriggerGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AlertPolicyConditionConditionAbsentTriggerGetArgs
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 AlertPolicyConditionConditionAbsentTriggerGetArgs : ResourceArgs

Constructors

View Source

AlertPolicyConditionConditionAbsentTriggerGetArgs()

Declaration
public AlertPolicyConditionConditionAbsentTriggerGetArgs()

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.