IntegrationRuntimeSsisExpressCustomSetupComponentArgs

data class IntegrationRuntimeSsisExpressCustomSetupComponentArgs(val keyVaultLicense: Output<IntegrationRuntimeSsisExpressCustomSetupComponentKeyVaultLicenseArgs>? = null, val license: Output<String>? = null, val name: Output<String>) : ConvertibleToJava<IntegrationRuntimeSsisExpressCustomSetupComponentArgs>

Constructors

constructor(keyVaultLicense: Output<IntegrationRuntimeSsisExpressCustomSetupComponentKeyVaultLicenseArgs>? = null, license: Output<String>? = null, name: Output<String>)

Properties

Link copied to clipboard

A key_vault_secret_reference block as defined below.

Link copied to clipboard
val license: Output<String>? = null

The license used for the Component.

Link copied to clipboard
val name: Output<String>

The Component Name installed for the Azure-SSIS Integration Runtime.

Functions

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