ComponentSetupArgs

data class ComponentSetupArgs(val componentName: Output<String>, val licenseKey: Output<SecureStringArgs>? = null, val type: Output<String>) : ConvertibleToJava<ComponentSetupArgs>

The custom setup of installing 3rd party components.

Constructors

Link copied to clipboard
constructor(componentName: Output<String>, licenseKey: Output<SecureStringArgs>? = null, type: Output<String>)

Properties

Link copied to clipboard
val componentName: Output<String>

The name of the 3rd party component.

Link copied to clipboard
val licenseKey: Output<SecureStringArgs>? = null

The license key to activate the component.

Link copied to clipboard
val type: Output<String>

The type of custom setup. Expected value is 'ComponentSetup'.

Functions

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