DashboardVisualCustomActionArgs

data class DashboardVisualCustomActionArgs(val actionOperations: Output<List<DashboardVisualCustomActionOperationArgs>>, val customActionId: Output<String>, val name: Output<String>, val status: Output<DashboardWidgetStatus>? = null, val trigger: Output<DashboardVisualCustomActionTrigger>) : ConvertibleToJava<DashboardVisualCustomActionArgs>

Constructors

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

Properties

Link copied to clipboard

A list of VisualCustomActionOperations . 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 VisualCustomAction .

Link copied to clipboard
val name: Output<String>

The name of the VisualCustomAction .

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

The status of the VisualCustomAction .

Link copied to clipboard

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

Functions

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