ApiPropertiesArgs

data class ApiPropertiesArgs(val apiFreshnessTimeInMinutes: Output<Int>? = null) : ConvertibleToJava<ApiPropertiesArgs>

Api properties.

Constructors

Link copied to clipboard
fun ApiPropertiesArgs(apiFreshnessTimeInMinutes: Output<Int>? = null)

Functions

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

Properties

Link copied to clipboard
val apiFreshnessTimeInMinutes: Output<Int>? = null

Interval in minutes for which the weather data for the api needs to be refreshed.