Class AlertQueryListArgs
Inherited Members
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 SourceAlertQueryListArgs()
Declaration
public AlertQueryListArgs()
Properties
View SourceChartTitle
chart title
Declaration
public Input<string> ChartTitle { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
End
end time. example: 20s.
Declaration
public Input<string> End { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Logstore
Query logstore
Declaration
public Input<string> Logstore { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Query
query corresponding to chart. example: * AND aliyun.
Declaration
public Input<string> Query { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Start
begin time. example: -60s.
Declaration
public Input<string> Start { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TimeSpanType
default Custom. No need to configure this parameter.
Declaration
public Input<string> TimeSpanType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |