DataSourceParametersServiceNowArgs

data class DataSourceParametersServiceNowArgs(val siteBaseUrl: Output<String>) : ConvertibleToJava<DataSourceParametersServiceNowArgs>

Constructors

Link copied to clipboard
constructor(siteBaseUrl: Output<String>)

Properties

Link copied to clipboard
val siteBaseUrl: Output<String>

The base URL of the Jira instance's site to which to connect.

Functions

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