targets

@JvmName(name = "asnjvgmoquqveejk")
suspend fun targets(value: Output<List<RuleTargetArgs>>)
@JvmName(name = "qfcftkcmjoajipop")
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 = "xqhtnpqodkmrlerh")
suspend fun targets(vararg values: Output<RuleTargetArgs>)


@JvmName(name = "tusphlphwfrqddcx")
suspend fun targets(values: List<Output<RuleTargetArgs>>)
@JvmName(name = "ljmhmjvglubtpbmi")
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 = "nyilumxkwaiuxrri")
suspend fun targets(argument: List<suspend RuleTargetArgsBuilder.() -> Unit>)
@JvmName(name = "duibwidooqrlguwr")
suspend fun targets(vararg argument: suspend RuleTargetArgsBuilder.() -> Unit)
@JvmName(name = "birswdqlqucvbvjl")
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.