queryPeriod

@JvmName(name = "lqnluwftvvcgsclf")
suspend fun queryPeriod(value: Output<String>)
@JvmName(name = "jydliqydvefrboml")
suspend fun queryPeriod(value: String?)

Parameters

value

The ISO 8601 timespan duration, which determine the time period of the data covered by the query. For example, it can query the past 10 minutes of data, or the past 6 hours of data. Defaults to PT5H.

NOTE query_period must larger than or equal to query_frequency, which ensures there is no gaps in the overall query coverage.