DashboardCustomActionUrlOperationArgs

data class DashboardCustomActionUrlOperationArgs(val urlTarget: Output<DashboardUrlTargetConfiguration>, val urlTemplate: Output<String>) : ConvertibleToJava<DashboardCustomActionUrlOperationArgs>

Constructors

Link copied to clipboard
constructor(urlTarget: Output<DashboardUrlTargetConfiguration>, urlTemplate: Output<String>)

Properties

Link copied to clipboard

The target of the CustomActionURLOperation . Valid values are defined as follows:

Link copied to clipboard
val urlTemplate: Output<String>

THe URL link of the CustomActionURLOperation .

Functions

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