EnterpriseCrmEventbusProtoParameterEntryArgs

data class EnterpriseCrmEventbusProtoParameterEntryArgs(val key: Output<String>? = null, val value: Output<EnterpriseCrmEventbusProtoParameterValueTypeArgs>? = null) : ConvertibleToJava<EnterpriseCrmEventbusProtoParameterEntryArgs>

Key-value pair of EventBus parameters.

Constructors

constructor(key: Output<String>? = null, value: Output<EnterpriseCrmEventbusProtoParameterValueTypeArgs>? = null)

Properties

Link copied to clipboard
val key: Output<String>? = null

Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the integration definition.

Link copied to clipboard

Values for the defined keys. Each value can either be string, int, double or any proto message.

Functions

Link copied to clipboard
open override fun toJava(): EnterpriseCrmEventbusProtoParameterEntryArgs