DistributionCacheBehaviorArgs

data class DistributionCacheBehaviorArgs(val behavior: Output<String>, val path: Output<String>) : ConvertibleToJava<DistributionCacheBehaviorArgs>

Constructors

Link copied to clipboard
constructor(behavior: Output<String>, path: Output<String>)

Properties

Link copied to clipboard
val behavior: Output<String>

The cache behavior for the specified path.

Link copied to clipboard
val path: Output<String>

The path to a directory or file to cached, or not cache. Use an asterisk symbol to specify wildcard directories (path/to/assets/\*), and file types (\*.html, \*jpg, \*js). Directories and file paths are case-sensitive.

Functions

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