customActions

@JvmName(name = "cngfjnknxnvysprf")
suspend fun customActions(value: Output<List<GalleryApplicationCustomActionArgs>>)
@JvmName(name = "htjnwbpwddyglskd")
suspend fun customActions(value: List<GalleryApplicationCustomActionArgs>?)

Parameters

value

A list of custom actions that can be performed with this Gallery Application Version.


@JvmName(name = "rpjtgcqfgklrabwj")
suspend fun customActions(vararg values: Output<GalleryApplicationCustomActionArgs>)


@JvmName(name = "xhhioyxquaiqxlip")
suspend fun customActions(values: List<Output<GalleryApplicationCustomActionArgs>>)
@JvmName(name = "yotecypsrrkmvwye")
suspend fun customActions(vararg values: GalleryApplicationCustomActionArgs)

Parameters

values

A list of custom actions that can be performed with this Gallery Application Version.


@JvmName(name = "lcsrhcnnuuoqsews")
suspend fun customActions(argument: List<suspend GalleryApplicationCustomActionArgsBuilder.() -> Unit>)
@JvmName(name = "qedaaehohulqwqtj")
suspend fun customActions(vararg argument: suspend GalleryApplicationCustomActionArgsBuilder.() -> Unit)
@JvmName(name = "udycwnyvkkkmopls")
suspend fun customActions(argument: suspend GalleryApplicationCustomActionArgsBuilder.() -> Unit)

Parameters

argument

A list of custom actions that can be performed with this Gallery Application Version.