inputTransformer

@JvmName(name = "cjvhsocmjxnyvtil")
suspend fun inputTransformer(value: Output<RuleInputTransformerArgs>)
@JvmName(name = "xxerykkpiwljqlgj")
suspend fun inputTransformer(value: RuleInputTransformerArgs?)

Parameters

value

Settings to enable you to provide custom input to a target based on certain event data. You can extract one or more key-value pairs from the event and then use that data to send customized input to the target.


@JvmName(name = "mekxjphwogpirwer")
suspend fun inputTransformer(argument: suspend RuleInputTransformerArgsBuilder.() -> Unit)

Parameters

argument

Settings to enable you to provide custom input to a target based on certain event data. You can extract one or more key-value pairs from the event and then use that data to send customized input to the target.