ExecuteSSISPackageActivityArgs

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)