Show / Hide Table of Contents

Class AlertPolicyConditionArgs

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

Constructors

View Source

AlertPolicyConditionArgs()

Declaration
public AlertPolicyConditionArgs()

Properties

View Source

ConditionAbsent

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

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

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

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