default Cache Behavior
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.
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.