ExecuteSSISPackageActivityArgs

data class ExecuteSSISPackageActivityArgs(val connectVia: Output<IntegrationRuntimeReferenceArgs>, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val environmentPath: Output<Any>? = null, val executionCredential: Output<SSISExecutionCredentialArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val logLocation: Output<SSISLogLocationArgs>? = null, val loggingLevel: Output<Any>? = null, val name: Output<String>, val onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, val packageConnectionManagers: Output<Map<String, Map<String, SSISExecutionParameterArgs>>>? = null, val packageLocation: Output<SSISPackageLocationArgs>, val packageParameters: Output<Map<String, SSISExecutionParameterArgs>>? = null, val policy: Output<ActivityPolicyArgs>? = null, val projectConnectionManagers: Output<Map<String, Map<String, SSISExecutionParameterArgs>>>? = null, val projectParameters: Output<Map<String, SSISExecutionParameterArgs>>? = null, val propertyOverrides: Output<Map<String, SSISPropertyOverrideArgs>>? = null, val runtime: Output<Any>? = null, val state: Output<Either<String, ActivityState>>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<ExecuteSSISPackageActivityArgs>

Execute SSIS package activity.

Constructors

Link copied to clipboard
constructor(connectVia: Output<IntegrationRuntimeReferenceArgs>, dependsOn: Output<List<ActivityDependencyArgs>>? = null, description: Output<String>? = null, environmentPath: Output<Any>? = null, executionCredential: Output<SSISExecutionCredentialArgs>? = null, linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, logLocation: Output<SSISLogLocationArgs>? = null, loggingLevel: Output<Any>? = null, name: Output<String>, onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, packageConnectionManagers: Output<Map<String, Map<String, SSISExecutionParameterArgs>>>? = null, packageLocation: Output<SSISPackageLocationArgs>, packageParameters: Output<Map<String, SSISExecutionParameterArgs>>? = null, policy: Output<ActivityPolicyArgs>? = null, projectConnectionManagers: Output<Map<String, Map<String, SSISExecutionParameterArgs>>>? = null, projectParameters: Output<Map<String, SSISExecutionParameterArgs>>? = null, propertyOverrides: Output<Map<String, SSISPropertyOverrideArgs>>? = null, runtime: Output<Any>? = null, state: Output<Either<String, ActivityState>>? = null, type: Output<String>, userProperties: Output<List<UserPropertyArgs>>? = null)

Properties

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val dependsOn: Output<List<ActivityDependencyArgs>>? = null

Activity depends on condition.

Link copied to clipboard
val description: Output<String>? = null

Activity description.

Link copied to clipboard
val environmentPath: Output<Any>? = null

The environment path to execute the SSIS package. Type: string (or Expression with resultType string).

Link copied to clipboard

The package execution credential.

Link copied to clipboard

Linked service reference.

Link copied to clipboard
val loggingLevel: Output<Any>? = null

The logging level of SSIS package execution. Type: string (or Expression with resultType string).

Link copied to clipboard
val logLocation: Output<SSISLogLocationArgs>? = null

SSIS package execution log location.

Link copied to clipboard
val name: Output<String>

Activity name.

Link copied to clipboard
val onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null

Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.

Link copied to clipboard

The package level connection managers to execute the SSIS package.

Link copied to clipboard

SSIS package location.

Link copied to clipboard

The package level parameters to execute the SSIS package.

Link copied to clipboard
val policy: Output<ActivityPolicyArgs>? = null

Activity policy.

Link copied to clipboard

The project level connection managers to execute the SSIS package.

Link copied to clipboard

The project level parameters to execute the SSIS package.

Link copied to clipboard

The property overrides to execute the SSIS package.

Link copied to clipboard
val runtime: Output<Any>? = null

Specifies the runtime to execute SSIS package. The value should be "x86" or "x64". Type: string (or Expression with resultType string).

Link copied to clipboard
val state: Output<Either<String, ActivityState>>? = null

Activity state. This is an optional property and if not provided, the state will be Active by default.

Link copied to clipboard
val type: Output<String>

Type of activity. Expected value is 'ExecuteSSISPackage'.

Link copied to clipboard
val userProperties: Output<List<UserPropertyArgs>>? = null

Activity user properties.

Functions

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