defaultCacheBehavior

@JvmName(name = "taycfruddynlbtil")
suspend fun defaultCacheBehavior(value: Output<DistributionDefaultCacheBehaviorArgs>)
@JvmName(name = "kdoypdovggswqwjo")
suspend fun defaultCacheBehavior(value: DistributionDefaultCacheBehaviorArgs)

Parameters

value

A complex type that describes the default cache behavior if you don't specify a `CacheBehavior` element or if files don't match any of the values of `PathPattern` in `CacheBehavior` elements. You must create exactly one default cache behavior.


@JvmName(name = "fpkapgopmdaelmyb")
suspend fun defaultCacheBehavior(argument: suspend DistributionDefaultCacheBehaviorArgsBuilder.() -> Unit)

Parameters

argument

A complex type that describes the default cache behavior if you don't specify a `CacheBehavior` element or if files don't match any of the values of `PathPattern` in `CacheBehavior` elements. You must create exactly one default cache behavior.