DashboardImageCustomActionArgs

data class DashboardImageCustomActionArgs(val actionOperations: Output<List<DashboardImageCustomActionOperationArgs>>, val customActionId: Output<String>, val name: Output<String>, val status: Output<DashboardWidgetStatus>? = null, val trigger: Output<DashboardImageCustomActionTrigger>) : ConvertibleToJava<DashboardImageCustomActionArgs>

Constructors

Link copied to clipboard
constructor(actionOperations: Output<List<DashboardImageCustomActionOperationArgs>>, customActionId: Output<String>, name: Output<String>, status: Output<DashboardWidgetStatus>? = null, trigger: Output<DashboardImageCustomActionTrigger>)

Properties

Link copied to clipboard

A list of ImageCustomActionOperations . This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Link copied to clipboard
val customActionId: Output<String>

The ID of the custom action.

Link copied to clipboard
val name: Output<String>

The name of the custom action.

Link copied to clipboard
val status: Output<DashboardWidgetStatus>? = null

The status of the custom action.

Link copied to clipboard

The trigger of the VisualCustomAction . Valid values are defined as follows:

Functions

Link copied to clipboard
open override fun toJava(): DashboardImageCustomActionArgs