DomainInputMappingDefaultValuesArgs

data class DomainInputMappingDefaultValuesArgs(val dataVersion: Output<String>? = null, val eventType: Output<String>? = null, val subject: Output<String>? = null) : ConvertibleToJava<DomainInputMappingDefaultValuesArgs>

Constructors

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

Properties

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

Specifies the default 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 eventType: Output<String>? = null

Specifies the default 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 subject: Output<String>? = null

Specifies the default subject 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(): DomainInputMappingDefaultValuesArgs