DistributionDefaultCacheBehaviorArgs

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

Constructors

Link copied to clipboard

Functions

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

Properties

Link copied to clipboard
val behavior: Output<String>

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