events

@JvmName(name = "hcynbrsyqfuqhoei")
suspend fun events(value: Output<List<AssetPropertiesEventsArgs>>)
@JvmName(name = "wcikuehtbuueevyl")
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 = "pkplxujwlrusunmt")
suspend fun events(vararg values: Output<AssetPropertiesEventsArgs>)


@JvmName(name = "eieofpxexsdmlqao")
suspend fun events(values: List<Output<AssetPropertiesEventsArgs>>)
@JvmName(name = "mjwrtuvlxpnlhmch")
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 = "cpvhdlcjguvvwlof")
suspend fun events(argument: List<suspend AssetPropertiesEventsArgsBuilder.() -> Unit>)
@JvmName(name = "qacmrhvckydnhcdc")
suspend fun events(vararg argument: suspend AssetPropertiesEventsArgsBuilder.() -> Unit)
@JvmName(name = "atqnqrrjmiiwjkbi")
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.