DashboardLayerCustomActionArgs

data class DashboardLayerCustomActionArgs(val actionOperations: Output<List<DashboardLayerCustomActionOperationArgs>>, val customActionId: Output<String>, val name: Output<String>, val status: Output<DashboardWidgetStatus>? = null, val trigger: Output<DashboardLayerCustomActionTrigger>) : ConvertibleToJava<DashboardLayerCustomActionArgs>

Constructors

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

Properties

Link copied to clipboard

A list of LayerCustomActionOperations . 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 LayerCustomAction .

Link copied to clipboard

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

Functions

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