JsonInputSchemaMappingArgs

data class JsonInputSchemaMappingArgs(val dataVersion: Output<JsonFieldWithDefaultArgs>? = null, val eventTime: Output<JsonFieldArgs>? = null, val eventType: Output<JsonFieldWithDefaultArgs>? = null, val id: Output<JsonFieldArgs>? = null, val inputSchemaMappingType: Output<String>, val subject: Output<JsonFieldWithDefaultArgs>? = null, val topic: Output<JsonFieldArgs>? = null) : ConvertibleToJava<JsonInputSchemaMappingArgs>

This enables publishing to Event Grid using a custom input schema. This can be used to map properties from a custom input JSON schema to the Event Grid event schema.

Constructors

Link copied to clipboard
constructor(dataVersion: Output<JsonFieldWithDefaultArgs>? = null, eventTime: Output<JsonFieldArgs>? = null, eventType: Output<JsonFieldWithDefaultArgs>? = null, id: Output<JsonFieldArgs>? = null, inputSchemaMappingType: Output<String>, subject: Output<JsonFieldWithDefaultArgs>? = null, topic: Output<JsonFieldArgs>? = null)

Properties

Link copied to clipboard

The mapping information for the DataVersion property of the Event Grid Event.

Link copied to clipboard
val eventTime: Output<JsonFieldArgs>? = null

The mapping information for the EventTime property of the Event Grid Event.

Link copied to clipboard
val eventType: Output<JsonFieldWithDefaultArgs>? = null

The mapping information for the EventType property of the Event Grid Event.

Link copied to clipboard
val id: Output<JsonFieldArgs>? = null

The mapping information for the Id property of the Event Grid Event.

Link copied to clipboard

Type of the custom mapping Expected value is 'Json'.

Link copied to clipboard
val subject: Output<JsonFieldWithDefaultArgs>? = null

The mapping information for the Subject property of the Event Grid Event.

Link copied to clipboard
val topic: Output<JsonFieldArgs>? = null

The mapping information for the Topic property of the Event Grid Event.

Functions

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