targets

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


@JvmName(name = "ajuyrdnstbasjttu")
suspend fun targets(values: List<Output<RuleTargetArgs>>)
@JvmName(name = "ffygkcyvemyjbeig")
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 = "voemydtflnpixelu")
suspend fun targets(argument: List<suspend RuleTargetArgsBuilder.() -> Unit>)
@JvmName(name = "mtsweerdvcvvfqle")
suspend fun targets(vararg argument: suspend RuleTargetArgsBuilder.() -> Unit)
@JvmName(name = "iutjhutbttnhtuip")
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.