data class ResolverCachingConfigArgs(val cachingKeys: Output<List<String>>? = null, val ttl: Output<Int>? = null) : ConvertibleToJava<ResolverCachingConfigArgs>
The caching keys for a resolver that has caching activated. Valid values are entries from the $context.arguments, $context.source, and $context.identity maps.