GetHybridMonitorDatasPlainArgs

data class GetHybridMonitorDatasPlainArgs(val end: String, val namespace: String, val outputFile: String? = null, val period: String? = null, val promSql: String, val start: String) : ConvertibleToJava<GetHybridMonitorDatasPlainArgs>

A collection of arguments for invoking getHybridMonitorDatas.

Constructors

Link copied to clipboard
constructor(end: String, namespace: String, outputFile: String? = null, period: String? = null, promSql: String, start: String)

Properties

Link copied to clipboard
val end: String

The timestamp that specifies the end of the time range to query.

Link copied to clipboard

The name of the namespace.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val period: String? = null

The interval at which monitoring data is collected. Unit: seconds.

Link copied to clipboard

The name of the metric. Note PromQL statements are supported.

Link copied to clipboard

The timestamp that specifies the beginning of the time range to query.

Functions

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