DynamicDeliveryAttributeMappingArgs

data class DynamicDeliveryAttributeMappingArgs(val name: Output<String>? = null, val sourceField: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<DynamicDeliveryAttributeMappingArgs>

Dynamic delivery attribute mapping details.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, sourceField: Output<String>? = null, type: Output<String>)

Properties

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

Name of the delivery attribute or header.

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

JSON path in the event which contains attribute value.

Link copied to clipboard
val type: Output<String>

Type of the delivery attribute or header name. Expected value is 'Dynamic'.

Functions

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