Integration Runtime Ssis Express Custom Setup Args
data class IntegrationRuntimeSsisExpressCustomSetupArgs(val commandKeys: Output<List<IntegrationRuntimeSsisExpressCustomSetupCommandKeyArgs>>? = null, val components: Output<List<IntegrationRuntimeSsisExpressCustomSetupComponentArgs>>? = null, val environment: Output<Map<String, String>>? = null, val powershellVersion: Output<String>? = null) : ConvertibleToJava<IntegrationRuntimeSsisExpressCustomSetupArgs>
Constructors
Link copied to clipboard
fun IntegrationRuntimeSsisExpressCustomSetupArgs(commandKeys: Output<List<IntegrationRuntimeSsisExpressCustomSetupCommandKeyArgs>>? = null, components: Output<List<IntegrationRuntimeSsisExpressCustomSetupComponentArgs>>? = null, environment: Output<Map<String, String>>? = null, powershellVersion: Output<String>? = null)