SSISExecutionParameterArgs

data class SSISExecutionParameterArgs(val value: Output<Any>) : ConvertibleToJava<SSISExecutionParameterArgs>

SSIS execution parameter.

Constructors

Link copied to clipboard
fun SSISExecutionParameterArgs(value: Output<Any>)

Functions

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

Properties

Link copied to clipboard
val value: Output<Any>

SSIS package execution parameter value. Type: string (or Expression with resultType string).