AppCacheConfigArgs

data class AppCacheConfigArgs(val type: Output<AppCacheConfigType>? = null) : ConvertibleToJava<AppCacheConfigArgs>

Constructors

Link copied to clipboard
constructor(type: Output<AppCacheConfigType>? = null)

Properties

Link copied to clipboard
val type: Output<AppCacheConfigType>? = null

The type of cache configuration to use for an Amplify app. The AMPLIFY_MANAGED cache configuration automatically applies an optimized cache configuration for your app based on its platform, routing rules, and rewrite rules. This is the default setting. The AMPLIFY_MANAGED_NO_COOKIES cache configuration type is the same as AMPLIFY_MANAGED , except that it excludes all cookies from the cache key.

Functions

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