customActions

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "iuortxnhvaivoyag")
suspend fun customActions(argument: List<suspend GalleryApplicationCustomActionArgsBuilder.() -> Unit>)
@JvmName(name = "ghblthmwhfvekuin")
suspend fun customActions(vararg argument: suspend GalleryApplicationCustomActionArgsBuilder.() -> Unit)
@JvmName(name = "ottfwcyujybxhcxa")
suspend fun customActions(argument: suspend GalleryApplicationCustomActionArgsBuilder.() -> Unit)

Parameters

argument

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