Execute SSISPackage Activity Args
    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
                fun ExecuteSSISPackageActivityArgs(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)
Functions
Properties
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard