AlertConfigurationQueryListArgs

data class AlertConfigurationQueryListArgs(val chartTitle: Output<String>? = null, val dashboardId: Output<String>? = null, val end: Output<String>? = null, val powerSqlMode: Output<String>? = null, val project: Output<String>? = null, val query: Output<String>? = null, val region: Output<String>? = null, val roleArn: Output<String>? = null, val start: Output<String>? = null, val store: Output<String>? = null, val storeType: Output<String>? = null, val timeSpanType: Output<String>? = null, val ui: Output<String>? = null) : ConvertibleToJava<AlertConfigurationQueryListArgs>

Constructors

Link copied to clipboard
constructor(chartTitle: Output<String>? = null, dashboardId: Output<String>? = null, end: Output<String>? = null, powerSqlMode: Output<String>? = null, project: Output<String>? = null, query: Output<String>? = null, region: Output<String>? = null, roleArn: Output<String>? = null, start: Output<String>? = null, store: Output<String>? = null, storeType: Output<String>? = null, timeSpanType: Output<String>? = null, ui: Output<String>? = null)

Properties

Link copied to clipboard
val chartTitle: Output<String>? = null

Chart Name.

Link copied to clipboard
val dashboardId: Output<String>? = null

Dashboard ID.

Link copied to clipboard
val end: Output<String>? = null

End time. When storeType is set to log or metric, end must be set.

Link copied to clipboard
val powerSqlMode: Output<String>? = null

Whether to use exclusive SQL. The value is as follows: auto: automatic switching. enable: Starts. disable: disable.

Link copied to clipboard
val project: Output<String>? = null

Project Name.

Link copied to clipboard
val query: Output<String>? = null

Query and analysis statements. When storeType is set to log or metric, query is set to the query analysis statement. When storeType is set to meta, set query to an empty string.

Link copied to clipboard
val region: Output<String>? = null

Region of the target Project.

Link copied to clipboard
val roleArn: Output<String>? = null

Roles used to write alarm data to the event Library.

Link copied to clipboard
val start: Output<String>? = null

Start time. When storeType is set to log or metric, start must be set.

Link copied to clipboard
val store: Output<String>? = null

Query the Logstore, Metricstore, or resource data associated with the statistics. When storeType is set to log, store is set to the target Logstore. When storeType is set to metric, store is set to the target Metricstore. When storeType is set to meta, store is set to the target resource data name.

Link copied to clipboard
val storeType: Output<String>? = null

Query the data source type. The value is as follows: log: Logstore. metric: Time series Library. meta: resource data.

Link copied to clipboard
val timeSpanType: Output<String>? = null

Time Type.

Link copied to clipboard
val ui: Output<String>? = null

Use of specific scene alarm front end.

Functions

Link copied to clipboard
open override fun toJava(): AlertConfigurationQueryListArgs