customActions

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

Parameters

value

A list of custom actions that can be performed with all of the Gallery Application Versions within this Gallery Application.


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


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

Parameters

values

A list of custom actions that can be performed with all of the Gallery Application Versions within this Gallery Application.


@JvmName(name = "xngdkekqtiekkkpg")
suspend fun customActions(argument: List<suspend GalleryApplicationCustomActionArgsBuilder.() -> Unit>)
@JvmName(name = "mfjpdknssfqdfiiy")
suspend fun customActions(vararg argument: suspend GalleryApplicationCustomActionArgsBuilder.() -> Unit)
@JvmName(name = "sykcvjglhfknwvva")
suspend fun customActions(argument: suspend GalleryApplicationCustomActionArgsBuilder.() -> Unit)

Parameters

argument

A list of custom actions that can be performed with all of the Gallery Application Versions within this Gallery Application.