Integration Runtime Ssis Express Custom Setup Component Args
data class IntegrationRuntimeSsisExpressCustomSetupComponentArgs(val keyVaultLicense: Output<IntegrationRuntimeSsisExpressCustomSetupComponentKeyVaultLicenseArgs>? = null, val license: Output<String>? = null, val name: Output<String>) : ConvertibleToJava<IntegrationRuntimeSsisExpressCustomSetupComponentArgs>
Constructors
Link copied to clipboard
constructor(keyVaultLicense: Output<IntegrationRuntimeSsisExpressCustomSetupComponentKeyVaultLicenseArgs>? = null, license: Output<String>? = null, name: Output<String>)
Properties
Link copied to clipboard
val keyVaultLicense: Output<IntegrationRuntimeSsisExpressCustomSetupComponentKeyVaultLicenseArgs>? = null
A key_vault_secret_reference
block as defined below.