EventGridTopicInputMappingFields

data class EventGridTopicInputMappingFields(val dataVersion: String? = null, val eventTime: String? = null, val eventType: String? = null, val id: String? = null, val subject: String? = null, val topic: String? = null)

Constructors

Link copied to clipboard
constructor(dataVersion: String? = null, eventTime: String? = null, eventType: String? = null, id: String? = null, subject: String? = null, topic: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataVersion: String? = null

Specifies the data version of the EventGrid Event to associate with the domain. Changing this forces a new resource to be created.

Link copied to clipboard
val eventTime: String? = null

Specifies the event time of the EventGrid Event to associate with the domain. Changing this forces a new resource to be created.

Link copied to clipboard
val eventType: String? = null

Specifies the event type of the EventGrid Event to associate with the domain. Changing this forces a new resource to be created.

Link copied to clipboard
val id: String? = null

Specifies the id of the EventGrid Event to associate with the domain. Changing this forces a new resource to be created.

Link copied to clipboard
val subject: String? = null

Specifies the subject of the EventGrid Event to associate with the domain. Changing this forces a new resource to be created.

Link copied to clipboard
val topic: String? = null

Specifies the topic of the EventGrid Event to associate with the domain. Changing this forces a new resource to be created.