payload

@JvmName(name = "fypbpkaorgsfwqio")
suspend fun payload(value: Output<AlarmModelPayloadArgs>)
@JvmName(name = "nqkwgwjtevqckfjl")
suspend fun payload(value: AlarmModelPayloadArgs?)

Parameters

value

Information needed to configure the payload. By default, ITE generates a standard payload in JSON for any action. This action payload contains all attribute-value pairs that have the information about the detector model instance and the event triggered the action. To configure the action payload, you can use `contentExpression`.


@JvmName(name = "cifxgjjisocgvybf")
suspend fun payload(argument: suspend AlarmModelPayloadArgsBuilder.() -> Unit)

Parameters

argument

Information needed to configure the payload. By default, ITE generates a standard payload in JSON for any action. This action payload contains all attribute-value pairs that have the information about the detector model instance and the event triggered the action. To configure the action payload, you can use `contentExpression`.