inputTransformer

@JvmName(name = "mcmgivouauuqktmh")
suspend fun inputTransformer(value: Output<RuleInputTransformerArgs>)
@JvmName(name = "yiukhtgvmhpvqcse")
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 = "uddtlnbyleelhlwr")
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.