orderedCacheBehaviors

@JvmName(name = "mvrkvnbeghgkhovw")
suspend fun orderedCacheBehaviors(value: Output<List<DistributionOrderedCacheBehaviorArgs>>)
@JvmName(name = "mmfnjledpykaxfpj")
suspend fun orderedCacheBehaviors(value: List<DistributionOrderedCacheBehaviorArgs>?)

Parameters

value

An ordered list of cache behaviors resource for this distribution. List from top to bottom in order of precedence. The topmost cache behavior will have precedence 0.


@JvmName(name = "rafpowgfagwjofmm")
suspend fun orderedCacheBehaviors(vararg values: Output<DistributionOrderedCacheBehaviorArgs>)


@JvmName(name = "fishvurjgqchcvff")
suspend fun orderedCacheBehaviors(values: List<Output<DistributionOrderedCacheBehaviorArgs>>)
@JvmName(name = "gjacrpjskgrriyil")
suspend fun orderedCacheBehaviors(vararg values: DistributionOrderedCacheBehaviorArgs)

Parameters

values

An ordered list of cache behaviors resource for this distribution. List from top to bottom in order of precedence. The topmost cache behavior will have precedence 0.


@JvmName(name = "wthbhuvdnbloqilm")
suspend fun orderedCacheBehaviors(argument: List<suspend DistributionOrderedCacheBehaviorArgsBuilder.() -> Unit>)
@JvmName(name = "jwyqiodsxxcsqcng")
suspend fun orderedCacheBehaviors(vararg argument: suspend DistributionOrderedCacheBehaviorArgsBuilder.() -> Unit)
@JvmName(name = "ipiuovndmkusosms")
suspend fun orderedCacheBehaviors(argument: suspend DistributionOrderedCacheBehaviorArgsBuilder.() -> Unit)

Parameters

argument

An ordered list of cache behaviors resource for this distribution. List from top to bottom in order of precedence. The topmost cache behavior will have precedence 0.