CustomizableConnectionsConfigArgs

data class CustomizableConnectionsConfigArgs(val templateSpecName: Output<String>, val templateSpecVersion: Output<String>) : ConvertibleToJava<CustomizableConnectionsConfigArgs>

The UiConfig for 'Customizable' connector definition kind.

Constructors

Link copied to clipboard
constructor(templateSpecName: Output<String>, templateSpecVersion: Output<String>)

Properties

Link copied to clipboard

Gets or sets the template name. The template includes ARM templates that can be created by the connector, usually it will be the dataConnectors ARM templates.

Link copied to clipboard

Gets or sets the template version.

Functions

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