JsonFieldArgs

data class JsonFieldArgs(val sourceField: Output<String>? = null) : ConvertibleToJava<JsonFieldArgs>

This is used to express the source of an input schema mapping for a single target field in the Event Grid Event schema. This is currently used in the mappings for the 'id', 'topic' and 'eventtime' properties. This represents a field in the input event schema.

Constructors

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

Properties

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

Name of a field in the input event schema that's to be used as the source of a mapping.

Functions

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