UserFederationCacheArgs

data class UserFederationCacheArgs(val evictionDay: Output<Int>? = null, val evictionHour: Output<Int>? = null, val evictionMinute: Output<Int>? = null, val maxLifespan: Output<String>? = null, val policy: Output<String>? = null) : ConvertibleToJava<UserFederationCacheArgs>

Constructors

Link copied to clipboard
constructor(evictionDay: Output<Int>? = null, evictionHour: Output<Int>? = null, evictionMinute: Output<Int>? = null, maxLifespan: Output<String>? = null, policy: Output<String>? = null)

Properties

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

Day of the week the entry will become invalid on

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

Hour of day the entry will become invalid on.

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

Minute of day the entry will become invalid on.

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

Max lifespan of cache entry (duration string).

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

Can be one of DEFAULT, EVICT_DAILY, EVICT_WEEKLY, MAX_LIFESPAN, or NO_CACHE. Defaults to DEFAULT.

Functions

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