Component Setup Args
data class ComponentSetupArgs(val componentName: Output<String>, val licenseKey: Output<Either<AzureKeyVaultSecretReferenceArgs, 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<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, type: Output<String>)