DistributionDefaultCacheBehaviorArgs

data class DistributionDefaultCacheBehaviorArgs(val behavior: Output<String>) : ConvertibleToJava<DistributionDefaultCacheBehaviorArgs>

Constructors

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

Properties

Link copied to clipboard
val behavior: Output<String>

The cache behavior of the distribution. Valid values: cache and dont-cache.

Functions

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