rules

@JvmName(name = "dqtusoqdddqlwdys")
suspend fun rules(value: Output<List<RouteFilterRuleArgs>>)
@JvmName(name = "ayltpgmvkydcupeh")
suspend fun rules(value: List<RouteFilterRuleArgs>?)

Parameters

value

Collection of RouteFilterRules contained within a route filter. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.


@JvmName(name = "itmxdtsyvjumpmlo")
suspend fun rules(vararg values: Output<RouteFilterRuleArgs>)


@JvmName(name = "mmntjdrdbvtrnjov")
suspend fun rules(values: List<Output<RouteFilterRuleArgs>>)
@JvmName(name = "kcnpdthcgvnwlvwu")
suspend fun rules(vararg values: RouteFilterRuleArgs)

Parameters

values

Collection of RouteFilterRules contained within a route filter. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.


@JvmName(name = "upexhutnjubsprau")
suspend fun rules(argument: List<suspend RouteFilterRuleArgsBuilder.() -> Unit>)
@JvmName(name = "apcvychklmurcxyt")
suspend fun rules(vararg argument: suspend RouteFilterRuleArgsBuilder.() -> Unit)
@JvmName(name = "cxkvrbkysodeevfp")
suspend fun rules(argument: suspend RouteFilterRuleArgsBuilder.() -> Unit)

Parameters

argument

Collection of RouteFilterRules contained within a route filter. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.