
com.pulumi.azure.datafactory.kotlin.inputs.IntegrationRuntimeSsisExpressCustomSetupArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.datafactory.kotlin.inputs
import com.pulumi.azure.datafactory.inputs.IntegrationRuntimeSsisExpressCustomSetupArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* @property commandKeys One or more `command_key` blocks as defined below.
* @property components One or more `component` blocks as defined below.
* @property environment The Environment Variables for the Azure-SSIS Integration Runtime.
* @property powershellVersion The version of Azure Powershell installed for the Azure-SSIS Integration Runtime.
* > **NOTE** At least one of `env`, `powershell_version`, `component` and `command_key` should be specified.
*/
public data class IntegrationRuntimeSsisExpressCustomSetupArgs(
public val commandKeys: Output>? =
null,
public val components: Output>? =
null,
public val environment: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy