HyperdriveConfigCachingArgs

data class HyperdriveConfigCachingArgs(val disabled: Output<Boolean>? = null, val maxAge: Output<Int>? = null, val staleWhileRevalidate: Output<Int>? = null) : ConvertibleToJava<HyperdriveConfigCachingArgs>

Constructors

Link copied to clipboard
constructor(disabled: Output<Boolean>? = null, maxAge: Output<Int>? = null, staleWhileRevalidate: Output<Int>? = null)

Properties

Link copied to clipboard
val disabled: Output<Boolean>? = null

Disable caching for this Hyperdrive configuration.

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

Configure the max_age value of this Hyperdrive configuration.

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

Disable caching for this Hyperdrive configuration.

Functions

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