orderedCacheBehaviors

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

Parameters

value

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 = "lbghbqtbbjewkwqp")
suspend fun orderedCacheBehaviors(vararg values: Output<DistributionOrderedCacheBehaviorArgs>)


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

Parameters

values

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 = "jlabpdppugqqjqdw")
suspend fun orderedCacheBehaviors(argument: List<suspend DistributionOrderedCacheBehaviorArgsBuilder.() -> Unit>)
@JvmName(name = "ikaqyapodmjtxbmy")
suspend fun orderedCacheBehaviors(vararg argument: suspend DistributionOrderedCacheBehaviorArgsBuilder.() -> Unit)
@JvmName(name = "bloulkywskfyradu")
suspend fun orderedCacheBehaviors(argument: suspend DistributionOrderedCacheBehaviorArgsBuilder.() -> Unit)

Parameters

argument

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.