TopicInputMappingFieldsArgs

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

Constructors

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

Properties

Link copied to clipboard
val dataVersion: Output<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: Output<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: Output<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: Output<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: Output<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: Output<String>? = null

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

Functions

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