ResolverCachingConfigArgs

data class ResolverCachingConfigArgs(val cachingKeys: Output<List<String>>? = null, val ttl: Output<Int>? = null) : ConvertibleToJava<ResolverCachingConfigArgs>

Constructors

Link copied to clipboard
constructor(cachingKeys: Output<List<String>>? = null, ttl: Output<Int>? = null)

Properties

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

The caching keys for a resolver that has caching activated. Valid values are entries from the $context.arguments, $context.source, and $context.identity maps.

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

The TTL in seconds for a resolver that has caching activated. Valid values are between 1 and 3600 seconds.

Functions

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