deliveryRules

@JvmName(name = "bdbwmgvgmdymtegb")
suspend fun deliveryRules(value: Output<List<EndpointDeliveryRuleArgs>>)
@JvmName(name = "brlugqdltkiklmol")
suspend fun deliveryRules(value: List<EndpointDeliveryRuleArgs>?)

Parameters

value

Rules for the rules engine. An endpoint can contain up until 4 of those rules that consist of conditions and actions. A delivery_rule blocks as defined below.


@JvmName(name = "moedwcpvdbgcjukd")
suspend fun deliveryRules(vararg values: Output<EndpointDeliveryRuleArgs>)


@JvmName(name = "gnawhofkgiiccowl")
suspend fun deliveryRules(values: List<Output<EndpointDeliveryRuleArgs>>)
@JvmName(name = "crfolycjsxlgujqb")
suspend fun deliveryRules(vararg values: EndpointDeliveryRuleArgs)

Parameters

values

Rules for the rules engine. An endpoint can contain up until 4 of those rules that consist of conditions and actions. A delivery_rule blocks as defined below.


@JvmName(name = "cdmmvdadxwpyhcdi")
suspend fun deliveryRules(argument: List<suspend EndpointDeliveryRuleArgsBuilder.() -> Unit>)
@JvmName(name = "fdbiywkeskwtpmkm")
suspend fun deliveryRules(vararg argument: suspend EndpointDeliveryRuleArgsBuilder.() -> Unit)
@JvmName(name = "ocuiutlnmupxflfg")
suspend fun deliveryRules(argument: suspend EndpointDeliveryRuleArgsBuilder.() -> Unit)

Parameters

argument

Rules for the rules engine. An endpoint can contain up until 4 of those rules that consist of conditions and actions. A delivery_rule blocks as defined below.