defaultCacheBehavior

@JvmName(name = "lgyisxbixmmyvlpo")
suspend fun defaultCacheBehavior(value: Output<DefaultCacheBehaviorArgs>)
@JvmName(name = "kyhahmgjewjgxwlw")
suspend fun defaultCacheBehavior(value: DefaultCacheBehaviorArgs?)

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. A complex type that describes the default cache behavior if you don't specify a `CacheBehavior` element or if request URLs don't match any of the values of `PathPattern` in `CacheBehavior` elements. You must create exactly one default cache behavior.


@JvmName(name = "nyvpusmjxsvrqvxc")
suspend fun defaultCacheBehavior(argument: suspend DefaultCacheBehaviorArgsBuilder.() -> 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. A complex type that describes the default cache behavior if you don't specify a `CacheBehavior` element or if request URLs don't match any of the values of `PathPattern` in `CacheBehavior` elements. You must create exactly one default cache behavior.