deliveryRules

@JvmName(name = "yudlhqdstwmwlrci")
suspend fun deliveryRules(value: Output<List<EndpointDeliveryRuleArgs>>)
@JvmName(name = "rluojprwwpvtdnsm")
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 = "kiyhpefnfrmccdgq")
suspend fun deliveryRules(vararg values: Output<EndpointDeliveryRuleArgs>)


@JvmName(name = "heahibqnfmptluiu")
suspend fun deliveryRules(values: List<Output<EndpointDeliveryRuleArgs>>)
@JvmName(name = "urgchlwpoujeiqst")
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 = "jivqlwudmnwoqsbe")
suspend fun deliveryRules(argument: List<suspend EndpointDeliveryRuleArgsBuilder.() -> Unit>)
@JvmName(name = "cdupblqgtqhnlekl")
suspend fun deliveryRules(vararg argument: suspend EndpointDeliveryRuleArgsBuilder.() -> Unit)
@JvmName(name = "wovxkkdhfmhhcsoo")
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.