Integration Runtime Ssis Properties Args
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
The edition for the SSIS Integration Runtime
Link copied to clipboard
Custom setup without script properties for a SSIS integration runtime.
Link copied to clipboard
License type for bringing your own license scenario.