Integration Runtime Ssis Properties Args
data class IntegrationRuntimeSsisPropertiesArgs(val catalogInfo: Output<IntegrationRuntimeSsisCatalogInfoArgs>? = null, val credential: Output<CredentialReferenceArgs>? = 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, val packageStores: Output<List<PackageStoreArgs>>? = null) : ConvertibleToJava<IntegrationRuntimeSsisPropertiesArgs>
SSIS properties for managed integration runtime.
Constructors
Link copied to clipboard
constructor(catalogInfo: Output<IntegrationRuntimeSsisCatalogInfoArgs>? = null, credential: Output<CredentialReferenceArgs>? = 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, packageStores: Output<List<PackageStoreArgs>>? = null)
Properties
Link copied to clipboard
Catalog information for managed dedicated integration runtime.
Link copied to clipboard
The credential reference containing authentication information.
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.
Link copied to clipboard
Package stores for the SSIS Integration Runtime.