Show / Hide Table of Contents

Class AlertPolicyConditionGetArgs

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

Constructors

View Source

AlertPolicyConditionGetArgs()

Declaration
public AlertPolicyConditionGetArgs()

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<AlertPolicyConditionConditionAbsentGetArgs> ConditionAbsent { get; set; }
Property Value
Type Description
Input<AlertPolicyConditionConditionAbsentGetArgs>
View Source

ConditionThreshold

A condition that compares a time series against a threshold. Structure is documented below.

Declaration
public Input<AlertPolicyConditionConditionThresholdGetArgs> ConditionThreshold { get; set; }
Property Value
Type Description
Input<AlertPolicyConditionConditionThresholdGetArgs>
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.