Show / Hide Table of Contents

Class AlertState

Inheritance
System.Object
InputArgs
ResourceArgs
AlertState
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.AliCloud.Log
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class AlertState : ResourceArgs

Constructors

View Source

AlertState()

Declaration
public AlertState()

Properties

View Source

AlertDescription

Alert description.

Declaration
public Input<string> AlertDescription { get; set; }
Property Value
Type Description
Input<System.String>
View Source

AlertDisplayname

Alert displayname.

Declaration
public Input<string> AlertDisplayname { get; set; }
Property Value
Type Description
Input<System.String>
View Source

AlertName

Name of logstore for configuring alarm service.

Declaration
public Input<string> AlertName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Condition

Conditional expression, such as: count> 100.

Declaration
public Input<string> Condition { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Dashboard

Declaration
public Input<string> Dashboard { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MuteUntil

Timestamp, notifications before closing again.

Declaration
public Input<int> MuteUntil { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

NotificationLists

Alarm information notification list.

Declaration
public InputList<AlertNotificationListGetArgs> NotificationLists { get; set; }
Property Value
Type Description
InputList<AlertNotificationListGetArgs>
View Source

NotifyThreshold

Notification threshold, which is not notified until the number of triggers is reached. The default is 1.

Declaration
public Input<int> NotifyThreshold { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

ProjectName

The project name.

Declaration
public Input<string> ProjectName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

QueryLists

Multiple conditions for configured alarm query.

Declaration
public InputList<AlertQueryListGetArgs> QueryLists { get; set; }
Property Value
Type Description
InputList<AlertQueryListGetArgs>
View Source

ScheduleInterval

Execution interval. 60 seconds minimum, such as 60s, 1h.

Declaration
public Input<string> ScheduleInterval { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ScheduleType

Default FixedRate. No need to configure this parameter.

Declaration
public Input<string> ScheduleType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Throttling

Notification interval, default is no interval. Support number + unit type, for example 60s, 1h.

Declaration
public Input<string> Throttling { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.