urlTarget

@JvmName(name = "hjhlfsytncbmqdnt")
suspend fun urlTarget(value: Output<AnalysisUrlTargetConfiguration>)
@JvmName(name = "gvuaxnfivwgrsffi")
suspend fun urlTarget(value: AnalysisUrlTargetConfiguration)

Parameters

value

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

  • NEW_TAB : Opens the target URL in a new browser tab.

  • NEW_WINDOW : Opens the target URL in a new browser window.

  • SAME_TAB : Opens the target URL in the same browser tab.