Show / Hide Table of Contents

Class AlertQueryListArgs

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

Constructors

View Source

AlertQueryListArgs()

Declaration
public AlertQueryListArgs()

Properties

View Source

ChartTitle

chart title

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

End

end time. example: 20s.

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

Logstore

Query logstore

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

Query

query corresponding to chart. example: * AND aliyun.

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

Start

begin time. example: -60s.

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

TimeSpanType

default Custom. No need to configure this parameter.

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