SSISExecutionParameterArgs

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

SSIS execution parameter.

Constructors

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

Properties

Link copied to clipboard
val value: Output<Any>

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

Functions

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