actions

@JvmName(name = "smjtmecbfbrvkkve")
suspend fun actions(value: Output<List<DashboardImageCustomActionArgs>>)
@JvmName(name = "umfnntmphbqpueir")
suspend fun actions(value: List<DashboardImageCustomActionArgs>?)

Parameters

value

A list of custom actions that are configured for an image.


@JvmName(name = "yprgahgmtssypwda")
suspend fun actions(vararg values: Output<DashboardImageCustomActionArgs>)


@JvmName(name = "oiyeclpatiipukpd")
suspend fun actions(values: List<Output<DashboardImageCustomActionArgs>>)
@JvmName(name = "rwfyblsmqpedqstk")
suspend fun actions(vararg values: DashboardImageCustomActionArgs)

Parameters

values

A list of custom actions that are configured for an image.


@JvmName(name = "esgipqumsqxuqihu")
suspend fun actions(argument: List<suspend DashboardImageCustomActionArgsBuilder.() -> Unit>)
@JvmName(name = "tlorrtvmyhuhjqiv")
suspend fun actions(vararg argument: suspend DashboardImageCustomActionArgsBuilder.() -> Unit)
@JvmName(name = "qcjamrkvgkfbhqup")
suspend fun actions(argument: suspend DashboardImageCustomActionArgsBuilder.() -> Unit)

Parameters

argument

A list of custom actions that are configured for an image.