IntegrationRuntimeSsisPropertiesArgs

data class IntegrationRuntimeSsisPropertiesArgs(val catalogInfo: Output<IntegrationRuntimeSsisCatalogInfoArgs>? = null, val customSetupScriptProperties: Output<IntegrationRuntimeCustomSetupScriptPropertiesArgs>? = null, val dataProxyProperties: Output<IntegrationRuntimeDataProxyPropertiesArgs>? = null, val edition: Output<Either<String, IntegrationRuntimeEdition>>? = null, val expressCustomSetupProperties: Output<List<Any>>? = null, val licenseType: Output<Either<String, IntegrationRuntimeLicenseType>>? = null) : ConvertibleToJava<IntegrationRuntimeSsisPropertiesArgs>

SSIS properties for managed integration runtime.

Constructors

Link copied to clipboard
constructor(catalogInfo: Output<IntegrationRuntimeSsisCatalogInfoArgs>? = null, customSetupScriptProperties: Output<IntegrationRuntimeCustomSetupScriptPropertiesArgs>? = null, dataProxyProperties: Output<IntegrationRuntimeDataProxyPropertiesArgs>? = null, edition: Output<Either<String, IntegrationRuntimeEdition>>? = null, expressCustomSetupProperties: Output<List<Any>>? = null, licenseType: Output<Either<String, IntegrationRuntimeLicenseType>>? = null)

Properties

Link copied to clipboard

Catalog information for managed dedicated integration runtime.

Link copied to clipboard

Custom setup script properties for a managed dedicated integration runtime.

Link copied to clipboard

Data proxy properties for a managed dedicated integration runtime.

Link copied to clipboard
val edition: Output<Either<String, IntegrationRuntimeEdition>>? = null

The edition for the SSIS Integration Runtime

Link copied to clipboard
val expressCustomSetupProperties: Output<List<Any>>? = null

Custom setup without script properties for a SSIS integration runtime.

Link copied to clipboard
val licenseType: Output<Either<String, IntegrationRuntimeLicenseType>>? = null

License type for bringing your own license scenario.

Functions

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