deliveryRules

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


@JvmName(name = "iarfhkchjbvseghc")
suspend fun deliveryRules(values: List<Output<EndpointDeliveryRuleArgs>>)
@JvmName(name = "riwljcumnewiakql")
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 = "uwfdditbgsugfvur")
suspend fun deliveryRules(argument: List<suspend EndpointDeliveryRuleArgsBuilder.() -> Unit>)
@JvmName(name = "oqrmokrvctmyvflm")
suspend fun deliveryRules(vararg argument: suspend EndpointDeliveryRuleArgsBuilder.() -> Unit)
@JvmName(name = "lrqdqxbrvbxvxsih")
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.