targets

@JvmName(name = "eswpaybolnqnsvlj")
suspend fun targets(value: Output<List<RuleTargetArgs>>)
@JvmName(name = "vrhlgkwymsxycpnp")
suspend fun targets(value: List<RuleTargetArgs>?)

Parameters

value

Adds the specified targets to the specified rule, or updates the targets if they are already associated with the rule. Targets are the resources that are invoked when a rule is triggered.


@JvmName(name = "hssuemeriwgjulpo")
suspend fun targets(vararg values: Output<RuleTargetArgs>)


@JvmName(name = "fubnrjyyfqijsqgc")
suspend fun targets(values: List<Output<RuleTargetArgs>>)
@JvmName(name = "epdqsfebvytedbfv")
suspend fun targets(vararg values: RuleTargetArgs)

Parameters

values

Adds the specified targets to the specified rule, or updates the targets if they are already associated with the rule. Targets are the resources that are invoked when a rule is triggered.


@JvmName(name = "dccaygafscabebbp")
suspend fun targets(argument: List<suspend RuleTargetArgsBuilder.() -> Unit>)
@JvmName(name = "qxgbwpljfctyhayc")
suspend fun targets(vararg argument: suspend RuleTargetArgsBuilder.() -> Unit)
@JvmName(name = "anduqtlankooqvvl")
suspend fun targets(argument: suspend RuleTargetArgsBuilder.() -> Unit)

Parameters

argument

Adds the specified targets to the specified rule, or updates the targets if they are already associated with the rule. Targets are the resources that are invoked when a rule is triggered.