EventActionEventRevisionPublishedArgs

data class EventActionEventRevisionPublishedArgs(val dataSetId: Output<String>) : ConvertibleToJava<EventActionEventRevisionPublishedArgs>

Constructors

Link copied to clipboard
constructor(dataSetId: Output<String>)

Properties

Link copied to clipboard
val dataSetId: Output<String>

The ID of the data set to monitor for revision publications. Changing this value will recreate the resource.

Functions

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