events

@JvmName(name = "kwtnfpsgjkaqsoer")
suspend fun events(value: Output<List<AssetPropertiesEventsArgs>>)
@JvmName(name = "adyfnwudnqkinnfp")
suspend fun events(value: List<AssetPropertiesEventsArgs>?)

Parameters

value

Array of events that are part of the asset. Each event can reference an asset type capability and have per-event configuration. See below for more details about the definition of the events element.


@JvmName(name = "klgqopjrtppvrpaw")
suspend fun events(vararg values: Output<AssetPropertiesEventsArgs>)


@JvmName(name = "vnfmtojyxsbdhyvs")
suspend fun events(values: List<Output<AssetPropertiesEventsArgs>>)
@JvmName(name = "qlajepavceteicrs")
suspend fun events(vararg values: AssetPropertiesEventsArgs)

Parameters

values

Array of events that are part of the asset. Each event can reference an asset type capability and have per-event configuration. See below for more details about the definition of the events element.


@JvmName(name = "ndoovvebnnlpomfx")
suspend fun events(argument: List<suspend AssetPropertiesEventsArgsBuilder.() -> Unit>)
@JvmName(name = "ogyxwajuhtunfdis")
suspend fun events(vararg argument: suspend AssetPropertiesEventsArgsBuilder.() -> Unit)
@JvmName(name = "jemnnusojtmonvxw")
suspend fun events(argument: suspend AssetPropertiesEventsArgsBuilder.() -> Unit)

Parameters

argument

Array of events that are part of the asset. Each event can reference an asset type capability and have per-event configuration. See below for more details about the definition of the events element.