inlineEventTypes

@JvmName(name = "gyvlrypednpivekr")
suspend fun inlineEventTypes(value: Output<Map<String, InlineEventPropertiesArgs>>)
@JvmName(name = "usbrreobwhoqqgno")
suspend fun inlineEventTypes(value: Map<String, InlineEventPropertiesArgs>?)

Parameters

value

A collection of inline event types for the resource. The inline event type keys are of type string which represents the name of the event. An example of a valid inline event name is "Contoso.OrderCreated". The inline event type values are of type InlineEventProperties and will contain additional information for every inline event type.


@JvmName(name = "vbwuecqebvnqkyhj")
suspend fun inlineEventTypes(vararg argument: Pair<String, suspend InlineEventPropertiesArgsBuilder.() -> Unit>)

Parameters

argument

A collection of inline event types for the resource. The inline event type keys are of type string which represents the name of the event. An example of a valid inline event name is "Contoso.OrderCreated". The inline event type values are of type InlineEventProperties and will contain additional information for every inline event type.


@JvmName(name = "qdwhlrjeqmfcmwuo")
fun inlineEventTypes(vararg values: Pair<String, InlineEventPropertiesArgs>)

Parameters

values

A collection of inline event types for the resource. The inline event type keys are of type string which represents the name of the event. An example of a valid inline event name is "Contoso.OrderCreated". The inline event type values are of type InlineEventProperties and will contain additional information for every inline event type.